Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5884
    Elisabetta
    Member

    hallo,

    can I have highlighted the section of the menu in which I am

    thank you

    elisabetta

    http://www.federicoalberati.com

    #6063
    Sakin
    Keymaster

    @Elisabetta: Just add the following css to change the highlight for hover and active menu. I see you already have the following code in “Custom CSS” box. Just change the color code as per your need.

    /* For Menu Color hover and active */
    #access ul li a:hover, #access ul li.current-menu-item a, #access ul li:hover > a {
    background-color: #3a3434;
    color: #f8940f;
    }

    #6081
    Elisabetta
    Member

    hallo,

    I copied in custom css

    /* For Menu Color hover and active */
    #access ul li a:hover, #access ul li.current-menu-item a, #access ul li:hover > a {
    background-color: #3a3434;
    color: #f8940f;
    }
    but the menu bar didn’t change.

    can you help me?

    web site http://www.federicoalberati.com

    thank you

    bye

    elisabetta

    #6085
    Sakin
    Keymaster

    @Elisabetta: You need to change the color code as per your choice of color. Just change the color code in the above css code.

    For color code see this http://www.w3schools.com/html/html_colornames.asp

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