Header Submenus Drop Down Colour (from main menu)

Support Forums for LiveMesh Themes & Plugins Forums Peak Theme Support Header Submenus Drop Down Colour (from main menu)

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #18984
    lupo_david
    Participant

    Hi,

    How can I change the submenus drop down from main menu in the header colour?

    I would like them to be white, and they might have a thin contour line to differentiate them to other white pages content… If possible. I have seen it.
    Thanks ,David

    #19003
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    #primary-menu > ul.menu > li > ul.sub-menu, .dropdown-menu-wrap ul.sub-menu li > ul.sub-menu {
        background: #fff;
        border: 1px solid #aaa;
    }
    
    #19005
    lupo_david
    Participant

    Hi,

    I have added the above code as Custom CSS but somehow it did not work.

    #header {
    background: #fff;
    }
    #primary-menu > ul.menu > li > ul.sub-menu, .dropdown-menu-wrap ul.sub-menu li > ul.sub-menu {
    background: #fff;
    border: 1px solid #aaa;
    }

    Could you let me know if I am doing anything wrong?

    http://www.etutelar.org

    Thanks, David.

    #19012
    Veena
    Moderator

    What exactly you want to change? submenu font color or background color?

    #19014
    lupo_david
    Participant

    The submenu background color

    #19023
    Veena
    Moderator

    The custom CSS which i have suggested before should work.
    Can you pls check if there is any syntax error in your custom CSS?
    Or pls share a temp login to your site as a private reply, we will take a look.

    #19031
    lupo_david
    Participant
    This reply has been marked as private.
    #19062
    Veena
    Moderator

    In custom CSS after saving the changes the > symbol is getting converted into

    >
    

    and thus becomes an invalid CSS.
    We will release an update to address this issue. So for the time being pls upload the childtheme and move all the custom CSS there.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘Peak Theme Support’ is closed to new topics and replies.