Mobile menu bar color - by k1 - on WordPress WooCommerce support

This topic has 4 replies, 3 voices, and was last updated 8 years ago ago by Eva Kemp

  • Avatar: k1
    k1
    Participant
    April 9, 2016 at 03:05

    Hello,
    I would like to know how to change the background color of the sub menu in mobile device to different color. I was able to change the color of the menu in mobile from black to light blue, but the sub menu, under the + sign still is black. Please let me know, how I can fix this.

    Thanks,
    K1

    3 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    April 9, 2016 at 07:35

    Hello,

    Please add this code in custom.css file:

    .et-mobile-menu > li > ul li, .et-mobile-menu li .open-child {
       background: transparent;
    }

    Best regards,
    Jack Richardson.

    Avatar: k1
    k1
    Participant
    April 9, 2016 at 16:17

    Thank, but the above code made the “+” sign the same color, the drop menu under the “+ ” Still is black. I would like the to change the color on the sub-menu, currently, is black. I want to make it to brown color.

    Thanks,
    K1

    Avatar: Eva
    Eva Kemp
    Support staff
    April 10, 2016 at 08:52

    Hello,

    Please try to use this code instead of the previous:

    .et-mobile-menu > li > ul > li a, .et-mobile-menu > li > ul li {
     background-color: brown !important;
    }

    Regards,
    Eva Kemp.

  • 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.