Home Forums WoodMart support forum Category menu background color

Category menu background color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #385516

    Hi

    How can I make the white background light brown?

    Attachments:
    You must be logged in to view attached files.
    #385627

    Luke Nielsen
    Keymaster

    Hello,

    These dropdowns have the color scheme functionality which can help you to change background color from white to black or vice versa.

    https://prnt.sc/Zfoj1uFabpxJ

    Therefore in your case, the best solution for changing the color of the “Mobel-Set” menu dropdown item is to use the custom CSS code. Enter the below code to the “Custom CSS for desktop” area that is in Theme Settings -> Custom CSS.

    .wd-dropdown-cats .menu-item-8807 .wd-dropdown-menu {
        background-color: #EEE9E2;
    }

    Keep me informed of any issues.

    Kind Regards

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