2010 Theme "current Page" color inconsistent

  • Unknown's avatar

    On the weblog at PHR4us.com I am customizing CSS, adding the code, below, but the results are inconsistent; i.e., the color of some “current pages” is not as defined by the code, it doesn’t change. To see what I mean, try selecting all items on the Health IT, HealthVault, and Apps drop-down menus. Some do not show color #FFFFFF when selected, others do.
    CSS added:
    #access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
    color: #FFFFFF;
    }
    #access a {
    color: #DDDDFF;
    }’

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    i.e., the color of some “current pages” is not as defined by the code, it doesn’t change

    That’s because you’ve used “links” or “custom” menu items for those. Try editing your custom menu and replacing the “An Introduction to Health IT” menu item under Health IT with a page menu item (instead of using a custom link like it currently does).

  • Unknown's avatar

    Thanks for the insight. I’ll get right to making the changes.

  • The topic ‘2010 Theme "current Page" color inconsistent’ is closed to new replies.