Browse categories background color
-
plz see image. hwo change background color ?
Attachments:
You must be
logged in to view attached files.
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
i have many categories, hwo can will do browser meniu scroling?
i have many categories and , the remaining categories are no longer visible
Attachments:
You must be
logged in to view attached files.
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
hwo change this space size?
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
hwo change this space size? not nee so big size space
Attachments:
You must be
logged in to view attached files.
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