Css DaVinci

Deniswayway

New Member
I cant quite break the css needed to remove the product number in product category si it doesnt say -exampe: Pants(63) , only Pants
Could i get any help?
 
E

Ekaterina Sayapina

Guest
I cant quite break the css needed to remove the product number in product category si it doesnt say -exampe: Pants(63) , only Pants
Could i get any help?
Hello,

Please add this code snippet to Customization => Head:

.left-sidebar .cat-item .main-el-count {
display: none;
}
 
Top