how to change color of page links on fresh & clean
-
Hi there – I am going to purchase the CSS customization and want to know how to change the colors of the page links on my blog (at the top where it says home, about, contact). Can’t seem to find the correct code for this. Thanks.
The blog I need help with is: (visible only to logged in users)
-
This would be the text color of the “current page”.
#access .current_page_ancestor > a, #access .current_page_item > a, #access .current_page_parent > a, #access .current-menu-ancestor > a, #access .current-menu-item > a, #access .current-menu-parent > a { color: #0099FF; }This would be the hover color.
#access a:hover { color: #0099FF; }This would be the non-hover color.
#access a { color: #666666; }
- The topic ‘how to change color of page links on fresh & clean’ is closed to new replies.