Current page link
-
Using a blog wordpress.com can I add to css style sheet a code in the theme Fjords by Peterandrej
to highlight the current page link?
Or it’s a change to do in the .php file? -
If you have a blog hosted with wordpress.com then you can use the CSS upgrade. If you are hosted elsewhere, you need to ask over at http://wordpress.org/support/
Trent
-
Just for the sake of documentation, this issue has been discussed and solved in the italian forum.
The css class is called current-page-item, therefore the highlighting of the current page name in the navigation is achieved by:
.current-page-item a { background: #fff; color: #333; }(the colour values are, of course, just an example).
- The topic ‘Current page link’ is closed to new replies.