Home Forums WoodMart support forum Browse categories background color

Browse categories background color

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #394041

    gvangvaloo
    Participant

    plz see image. hwo change background color ?

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

    Luke Nielsen
    Member

    Hello,

    In order to change the background color for the “Browse Categories” dropdown, please enter the below code to the “Custom CSS for desktop” area that is in Theme Settings -> Custom CSS.

    .wd-nav-vertical.wd-design-with-bg {
        background-color: orange;
    }

    Let me know if there is anything else I can help and have a good day!

    Kind Regards

    #394329

    gvangvaloo
    Participant

    i have many categories, hwo can will do browser meniu scroling?

    #394349

    gvangvaloo
    Participant

    i have many categories and , the remaining categories are no longer visible

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

    Luke Nielsen
    Member

    Hello,

    Ok, here is a custom CSS code that helps you enable the scroll for the category dropdown, enter it to the “Custom CSS for desktop” area that is in Theme Settings -> Custom CSS.

    .wd-dropdown-cats {
        max-height: 500px;
        overflow:scroll;
        overflow-x:hidden;
    }

    Note: If you enable scroll, the dropdowns would be unable to use.

    Kind Regards

    #394395

    gvangvaloo
    Participant

    hwo off dropdon menu?

    #394397

    gvangvaloo
    Participant

    hwo change this space size?

    #394399

    Luke Nielsen
    Member

    You can off the dropdown menu via the settings of the page, or rather Dashboard -> Pages -> uncheck the “Open categories menu” option.

    https://gyazo.com/e5051552d2c8880345b8ddfa841fc224

    Also, you can limit the categories through WoodMart -> Hearder builder -> Categories (check the below screenshot).

    https://prnt.sc/8-bnVsBkFvUA

    Kind Regards

    #394406

    gvangvaloo
    Participant

    hwo change this space size? not nee so big size space

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

    Luke Nielsen
    Member

    Hello,

    With the help of the below code, you can resize the space in the category menu, enter the code to the “Custom CSS for desktop” area that is in Theme Settings -> Custom CSS.

    .wd-nav-vertical.wd-design-with-bg>li>a {
        padding: 11px 20px;
    }

    If there’s anything else we can do, please get in touch.

    Kind Regards

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