Highlight curreny page
-
Using a blog wordpress.com can I add to css style sheet a code like this
‘
#navigation #currentpage a
{
background: #fff;
color: #333;
}
‘
to highlight the current page link?
Or it’s a change to do before in the .php file? -
You should be able to do it in CSS but you will likely have to wait for one of those experienced with CSS to roll through.
-
Yes, you can do it I think. But you’ll need to have paid for the CSS upgrade for it to take effect. Why not check using the free preview feature that you can get it to work the way you want first?
-
Thank you, I have the css upgrade…. I have done a lot of change of css code to personalize my blog. But I can’t add this feature “change color of the current page” in the list of the page in the sidebar. My blog is http://altronde.wordpress.com/.
Thank you
- The topic ‘Highlight curreny page’ is closed to new replies.