Home Forums WoodMart support forum Filters on custom page & menu paddings Reply To: Filters on custom page & menu paddings

#77374

Hello,

You can insert the filters wherever you want, however, the results would lead to category page or shop.

More details here: https://xtemos.com/docs/woodmart/faq-guides/create-filters-form/

Add this code to the Theme Settings > Custom CSS:

.woodmart-navigation .item-level-0>a {
    padding-left: 10px;
    padding-right: 10px;
    text-transform: capitalize; 
}

Best Regards