Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12071
    lynzikate
    Member

    Hi.
    I’ve used the css, in custom css

    #header-menu { background-color: #660066; }
    #header-menu ul.menu a { color: #fff; }

    and, on my menu, the page your on goes black and I want it to all stay purple, is there a way to do this?

    Thanks

    #12072
    lynzikate
    Member
    #12085
    Sakin
    Keymaster

    @lynzikate: You can change the color code as per your need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* Active/ Current Menu Item Background Color */
    #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a {
        background-color: #000;
    }
    /* Hover Menu Item Background Color */
    #header-menu ul.menu li:hover > a,
    #header-menu ul.menu a:focus {
    	background-color: #2d2d2d;
    }
    #12625
    lynzikate
    Member

    Thank you! Worked perfectly.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu bar colour change’ is closed to new replies.