Set the color of background of menu - by papanikolaou

This topic has 6 replies, 3 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler

  • Avatar: papanikolaou
    papanikolaou
    Participant
    August 29, 2017 at 22:45

    Hi there
    I need to set for white the background color of the menu
    any idea?
    thanx

    5 Answers
    Avatar: laranz
    Laranz
    Participant
    August 30, 2017 at 05:22

    Hi,

    Add this in the Custom CSS in Theme Options,

    .navigation-wrapper::before {
    background-color: #fff;
    }

    If you have any cache plugin, try clear the cache after you add the CSS.

    Let us know,

    Thanks,
    laranz.,

    Avatar: papanikolaou
    papanikolaou
    Participant
    August 30, 2017 at 08:27

    Hi
    no change, still it is grey
    thanx

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 30, 2017 at 08:41

    Hello,

    Please use this code:

    .header-wrapper.header-advanced .navigation-wrapper:before {
        background-color: white;
    }

    Regards

    Avatar: papanikolaou
    papanikolaou
    Participant
    August 30, 2017 at 15:38

    great
    thanx so much

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 30, 2017 at 15:43

    You’re welcome!

    Regards

  • Viewing 6 results - 1 through 6 (of 6 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.