One link color not correct
-
I changed the colors for all the links on my page.
However, the “Home” link in the navigation bat is a different color. I can’t figure out why or how to fix it.
How can I make it look like the rest of the links?
Also, is there a way to center the text/widgets in the sidebar?
Thanks.
The blog I need help with is: (visible only to logged in users)
-
There’s actually a class that changes the color of the link for the current page. So, it’s ‘Home’ when you’re there or ‘Contact’ if you’re there…
Anyway, here’s the code to fix it:
.current_page_item a {color: #5E5E5E !important;} -
If you’re looking to center everything in the sidebar, you can use this:
.widget-area {text-align: center;} -
- The topic ‘One link color not correct’ is closed to new replies.