Having a hard time getting a "Current Page" menu item to change text/link color.
Please see the "Blog" page at: www.thebargainwatcher.com
Click the "Blog" menu item, and it will take you to that page, and you will see the "Current" effect is making the tab white, but the entire menu text color is being applied to it (White-ish).
I want to make that "Resting/Current" menu text link color a different color, but... I can't seem to target it -- it seems to be getting overwritten, somehow.
I was able to apply the following code to the Custom CSS Editor in WP (This changed the little top border color to the Teal color):
This is not a PHP question. Please use the Request Attention link and ask a moderator to remove the PHP Zone, thanks.
0
Ready to showcase your work, publish content or promote your business online? With Squarespace’s award-winning templates and 24/7 customer service, getting started is simple. Head to Squarespace.com and use offer code ‘EXPERTS’ to get 10% off your first purchase.
Scott Fell, EE MVEDeveloper & EE ModeratorCommented:
Ray, he mentioned Wordpress. The link he provided is not a wordpress site. There are themes you can buy that have both a wordpress and html version and there is a chance that may be the confusion but I don't recognize the design of that linked site as being one of those templates. I think it was an error.
If it is pure html, we can easily help on the front end. If it is wordpress, there is always that possibility something is controlled in a plug in and may not be straight forward.
Scott Fell, EE MVEDeveloper & EE ModeratorCommented:
Looking at the browser's dev tools, you can see the color is here. You just need to change the rgb to what you want or convert to a hex color. https://color.adobe.com/
HTML > BODY > DIV.supreme_wrapper > DIV.off-canvas-wrap > DIV.inner-wrap > DIV#container > DIV.menu-secondary_wpr > DIV.row > DIV> DIV.menu-container > NAV.wrap > DIV.menu > UL > LI > A { color: rgba(239,239,239,1); font-family: Crafty Girls; font-size: 18px;}
Open in new window