Edit sticky nav and menu dropdowns. - by websol

This topic has 4 replies, 3 voices, and was last updated 8 years, 4 months ago ago by Robert Hall

  • Avatar: websol
    websol
    Participant
    November 28, 2015 at 07:19

    I would like to edit sticky nav colours – bg and actual text.

    I would also like to know how to edit menu drop downs, right now it is white and very wide. I would like the background black, same as the mobile responsive style.

    Thank you

    3 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    November 28, 2015 at 09:47

    Hello,

    To change background color of fixed header add this code in Global Custom CSS:

    .fixed-header-area {
        background-color: black;
        border-bottom: 1px solid black;
    }

    To change background color for drop down menu use this css code:

    .fixed-header-area .menu .nav-sublist-dropdown ul {
       background-color: black;
    }
    .fixed-header-area .nav-sublist-dropdown {
        margin-top: 0;
        border: 1px solid black !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: websol
    websol
    Participant
    November 30, 2015 at 03:03

    Hi,

    This has not worked. The drop down is still the same as it was? Thanks.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    November 30, 2015 at 15:09

    Hello,

    Please try this code in Global Custom CSS.

    .menu .nav-sublist-dropdown ul {
       background-color: black;
    }
    .nav-sublist-dropdown {
        margin-top: 0;
        border: 1px solid black !important;
    }

    Regards,
    Robert Hall.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.