All Department Menu Background Color Change

This topic has 5 replies, 2 voices, and was last updated 3 years, 5 months ago ago by Olga Barlow

  • Avatar: Harshad Patil
    Harshad Patil
    Participant
    October 29, 2020 at 16:14

    Hi
    I want to change background color of all department menu
    please tell me how to do this

    4 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 29, 2020 at 17:06

    Hello,

    Do you want to change the color for the All department title area or for the drop-down or for both?

    Regards

    Avatar: Harshad Patil
    Harshad Patil
    Participant
    October 29, 2020 at 17:46

    i want to change all department dropdown white background color

    Avatar: Harshad Patil
    Harshad Patil
    Participant
    October 29, 2020 at 18:26

    kindly tell me where to change this values,
    dont change it directly please

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 29, 2020 at 18:38

    Hello,

    Go to Theme Options > Custom CSS and add the following code

    /* All departments menu colors */
    .et_b_header-menu .secondary-menu-wrapper .menu {
        background-color: #2dbcb2;
    }
    .secondary-menu-wrapper .menu li > a {
        color: #fff;
    }
    .secondary-menu-wrapper .menu li > a:hover {
        color: #242021;
    }

    Regards

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