Home › Forums › WoodMart support forum › I want to turn off the product quantity display, what should I do? › Reply To: I want to turn off the product quantity display, what should I do?
December 21, 2021 at 1:19 am
#340790
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.more-products{
display:none;
}
You need to disable this navigation in the slider settings: https://xtemos.com/docs/woodmart/woodmart-slider/slider-settings/
Best Regards