• Hello,

    I was hoping someone might have some insight on what file and location I could find styling options for current_page_item. As far as I know, it’s a style given for the dynamic pages in wordpress. I don’t see it in any of the .css files for the theme. Any help getting pointed in the right direction would be greatly appreciated! Also, the location for style settings for page_item would be helpful also, if they’re not in the same spot. Also note it’s on version 2.8.5, I know, needs to upgrade ??

    Thanks!

    J

Viewing 1 replies (of 1 total)
  • in your navigation css, you can manually define this class…

    For exampple, if you have used <div id="navigation">...</div>, then you can specify it as:

    #navigation. current_page_item  {
    ...
    }
Viewing 1 replies (of 1 total)
  • The topic ‘current_page_item help’ is closed to new replies.