ashrk
Member
Posted 11 months ago #
I'm using the Easel theme version 2.0.7, and I'm trying to figure out how to *not* have the current page highlighted in the menu. I've been over and over the stylesheet and I just can't find how to change it. Right now, the current page is highlighted in yellow in the menu and I either don't want it to be highlighted at all, or I want to at least change the color because I don't like the yellow. Can anyone tell me how to accomplish this?
ashrk
Member
Posted 11 months ago #
Look at your source code and active style sheets. See current_page_item in the menu markup in source? Delete
.menu .current_page_item a {color: #8115d4;}
from your two style sheets.
Use Firebug with Firefox, or in Chrome or Safari or IE8, use the developer tools to see what's working on your site.
ashrk
Member
Posted 11 months ago #
Well this is new ... now I can't get to my site or my dashboard because it says an "internal server error has occurred" ... that's interesting.
ashrk
Member
Posted 11 months ago #
Success! I was looking in style.css, not default-style.css Oops! Thank you so much, this has been driving me insane for days!