Changing the size of the text on the main category menu
-
Hey. How can i change the size of the font of this main category menu and the size of the rows. i ned it smaller to accommodate my many categories and sub categories. I’ve seen websites that use woodmart with smaller rows and smaller text.
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the page URL so I will check and give you a possible solution?
Best Regards
Ive shared it in the private content
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-dropdown-cats .wd-nav-vertical>li>a {
padding: 5px 18px !important;
font-size: 10px !important;
}
Best Regards