Home Forums WoodMart support forum product category archive / featured image background Reply To: product category archive / featured image background

#545576

Hello,

The Global Theme Settings is for the whole site. When you can create the theme preset and set the condition, it is for only specific categories.

Please add this code to the Theme Settings > Custom CSS > Global:

.wd-nav[class*="wd-style-underline"] .nav-link-text {
    font-size: 15px;
}

.wd-nav-img, .mega-menu-list img {
    max-height: 30px !important;
    max-width: 330px !important;
}

Best Regards.