I’m using the Studio theme.
I’m trying to remove the circled text below. Any thoughts?
Thanks!
I’m using the Studio theme.
I’m trying to remove the circled text below. Any thoughts?
Thanks!
Hey @booknerd
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Go to your Online store > Themes > Edit code > open base.css file, add this code at the bottom.
.facets-container .product-count.light {
display: none !important;
}