Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #28138

    Hi,

    I’ve been wondering around the forum and the theme and wasn’t able to get the right menu settings.

    I’m trying to get the following colors:

    http://postimg.org/image/95lgcdhmv/

    ‘Home’ is the current page

    ‘Symbols’ is the hover one.

    I have a child theme set up.

    Thanks.

    #136620

    Hey,

    What type of header do you have? The css selectors are different for header with bottom navigation.

    Regards,

    Ismael

    #136621

    Sorry.

    I have the small fixed header.

    #136622

    Hey,

    You can do this:

    .current-menu-ancestor {
    background: red;
    }

    #top .main_menu .menu li:hover {
    background: orange;
    }

    Regards,

    Ismael

    #136623

    Thanks Ismael.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Help with custom header colors’ is closed to new replies.