Home › Forums › WoodMart support forum › Categories Menu Layout › Reply To: Categories Menu Layout
October 4, 2024 at 1:32 pm
#602522
Hung Pham
Keymaster
Hi rui.apolinario,
Thanks for reaching to us.
1. Font-size of categories and icons
Navigate to Theme Settings > Typography > Advanced. In this area, you can assign elements to the below Custom Class:
.wd-nav-product-cat:not(.wd-nav-mobile)>li>a.category-nav-link
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-nav-product-cat .wd-nav-img{
max-height: 28px;
}
2. Spacing
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-nav-product-cat.wd-nav.wd-gap-m{
--nav-gap: 50px;
}
3. You can use tools like Adobe Photoshop or free online services to add overlay to background image and re-up to the site.
Regards,