Forums

[Theme: Big City] highlighting of ancetor pages in menu (1 post)

  1. MARijlaarsdam
    Member
    Posted 4 months ago #

    Hi,

    Just FYI, if you are using multiple levels of pages in the top menu, you should add

    #access ul li.current_page_ancestor > a,

    to this block under menu in the css file
    #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: #0c2074;
    border-color: #0c2074;
    }

    to highlight the ancestor of any sub-page you click. Otherwise the visitor has no clue on what exact page they are (unless you display it somewhere else on the page, wich is (in my view) not needed).

    See also http://www.designisphilosophy.com/tutorials/highlight-current-page-or-category/ for some general info.

    Regards,
    Martin

    http://wordpress.org/extend/themes/big-city/

Reply

You must log in to post.

About this Topic

  • RSS feed for this topic
  • Started 4 months ago by MARijlaarsdam
  • This topic is not a support question
  • WordPress version: 3.3.1

Tags