Hi,
Wondering how can i remove this specific section in the product listing page but all other things should remain unchange? Please help.
Will provide url and pw in private message.
Thanks.
Hi,
Wondering how can i remove this specific section in the product listing page but all other things should remain unchange? Please help.
Will provide url and pw in private message.
Thanks.
.filters-toolbar-wrapper {
display: none !important;
}
Add this code in the bottom of the theme.css file.
Let me know if you need any more help.
if helpful kindly like and accept our solution.
@bpbp1 Go to theme.css file and paste below css at bottom of file.
.filters-toolbar-wrapper
{
display: none!important;
}
Hi @bpbp1 ,
if you used debut theme, you can try follow the instruction below:
Example:
.filters-toolbar__product-count{
display: none;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.