Home Forums WoodMart support forum separate representation of categories and subcategories in the filter Reply To: separate representation of categories and subcategories in the filter

#169432

Hello,

1) To display brands in 2 column in shop filters. Go to >> Appearance >> Widgets >> Shop Page filters and Add woodmart woocommerce layered nav and select display type 2 columns

For Clarification see screenshot: https://www.screencast.com/t/PGvpQ4Km
Result: https://www.screencast.com/t/J3sbsQQYXP

You also need to enable shop filters from widgets from Theme Settings >> Shop >> Shop filters content type.

Screenshot for clarification: https://www.screencast.com/t/cqe4mWSf1

2) To unbold the text in the default sorting you need to add the following CSS to Theme settings >> Custom CSS >> Global.

.woocommerce-ordering .orderby {
font-weight: 400;
}

Result: https://ibb.co/vLZVWr9

3) Which characteristics are you talking about and where you want to output Notes? If you have any example of that kind of relation then share the example or describe with screenshots.

4) You can add a button and use your custom link. That callback button is just an example button in our demo.

5) There is no such option for the alternation for sticky social networks you can check the available options in theme settings >> SOCIAL PROFILES.

If you are displaying social media icons with Wp-Bakery then you can display the following styles: https://woodmart.xtemos.com/social-buttons/

Best Regards.