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):
I tried to simply add the "Color: Blue;" to the list, but... nothing
Could someone, please, help?
Thank you!
Shane
CSSWordPress
Last Comment
Abhijeet Rananaware
8/22/2022 - Mon
Scott Fell
Are you sure that is the right link you provided?
Ray Paseur
This is not a PHP question. Please use the Request Attention link and ask a moderator to remove the PHP Zone, thanks.
Scott Fell
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.
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;}