Home Forums WoodMart support forum Header dropdowns dark option

Header dropdowns dark option

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #29655

    mikewordpress
    Participant

    Hi,

    For this option Theme Settings -> Header -> Style and Colors
    Header dropdowns dark
    Mega menu dropdowns, search and shopping cart.

    I can see it can change colors of Mega menu, Search, and Shopping cart either white or black.

    Is it also possible to change them to another color other than white or black?

    Thank you,

    Mike

    #29666

    Artem Temos
    Keymaster

    Hello,

    As you can see, there are only two color schemes for these dropdowns. If you want, we provide you a CSS code to change the background color for all dropdowns to the desired one. What color do you want to use there?

    Regard

    #29669

    mikewordpress
    Participant

    Hello,

    I would like to use #d5d5d5 for dropdown, search, and shopping cart too.
    Is that possible?

    Thank you!

    #29671

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    .cart-widget-side,
    .woodmart-search-full-screen .autocomplete-suggestions,
    .woodmart-search-inner,
    .sub-menu-dropdown {
        background: #d5d5d5!important;
    }
    #29672

    mikewordpress
    Participant

    Hello,

    That worked but it didn’t work for Mobile Left Side menu.

    How can I apply that to mobile menu too?

    Thank you!

    #29680

    Artem Temos
    Keymaster

    Try to replace with this code

    .mobile-nav,
    .cart-widget-side,
    .woodmart-search-full-screen .autocomplete-suggestions,
    .woodmart-search-inner,
    .sub-menu-dropdown {
        background: #d5d5d5!important;
    }
    #29682

    mikewordpress
    Participant

    That worked perfectly.

    Thank you very much!

    #29686

    Artem Temos
    Keymaster

    You are welcome!

Viewing 8 posts - 1 through 8 (of 8 total)