Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #86021
    eggbanana
    Participant

    Hello,

    My header menu is now solid black (thank you!) but the drop-down menus are still opaque. Is it possible to make the drop-down menus (sub-menus) solid black too?

    Thanks,

    David

    #86067
    Mahesh
    Keymaster

    Hi @eggbanana,

    Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    .nav-primary .menu .sub-menu a, .nav-primary .menu .children a {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 1);
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Drop down menu color’ is closed to new replies.