Changing Header Menu colors…
-
I have been searching high and low through the css of the Betround theme for the “Visited” menu formatting. I tought I found it and made the changes I wanted to it, but when I upload the css file and run my page, the changes for the topmuenu visisted do not work! Here is the css I found:
div#topmenu li a:link, div#topmenu li a:visited
{
color: #FFFFFF;
font-weight: 700;
font-style: italic;
}
anddiv#topmenu li.current_page_item a:link, div#topmenu li.current_page_item a:visited
{
color: #ffffff;
font-weight: 700;
}As you can see, I have already changed the color for both of these, and yet, when I go back to view my page – even after clearing my cache, it still shows the visited links in black instead of in white or gray as I have changed them.
Any hep on this would be MUCH appreciated! Is there somewhere else (like in the .php code) that I need to change these colors? This SHOULD e simple…
TIA
Coleen
- The topic ‘Changing Header Menu colors…’ is closed to new replies.