Home Forums Basel support forum Shop change the numbering of these filter categories Reply To: Shop change the numbering of these filter categories

#175517

Hello,

The shop page is the Woocommerce functional page and it should not be edited. This block shows all the categories existing on the site. Change it in the way you have added them.

In order to change the text add this custom CSS to the Theme settings > Custom CSS > General

body .cat-design-default .hover-mask h3 {
    font-style: normal!important;
}

Best Regards