• Resolved cva1983

    (@cva1983)


    How can I change the colour of my font in my menu bar in a twenty ten child theme? I know how to edit it in general, but when I select a page, the menu bar title for that selected page disappears – my background is white, so I must need to change the text from white to enable it to be visible

Viewing 1 replies (of 1 total)
  • style.css:

    #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: #fff;
    }
    * html #access ul li.current_page_item a,
    * html #access ul li.current-menu-ancestor a,
    * html #access ul li.current-menu-item a,
    * html #access ul li.current-menu-parent a,
    * html #access ul li a:hover {
    	color: #fff;
    }

    nb: twenty ten will be overwritten with your next upgrade; consider https://codex.www.ads-software.com/Child_Themes

Viewing 1 replies (of 1 total)
  • The topic ‘Twenty ten menu bar – font colour of selected page’ is closed to new replies.