Is there a way to remove this text that I have highlighted in the image below?
It's on the sub-category page after you click on a top category.
Is there a way to remove this text that I have highlighted in the image below?
It's on the sub-category page after you click on a top category.
Add this to the end of your stylesheet
Code:#indexCategoriesHeading { display: none }
Zen-Venom Get Bitten
Worked perfectly, thank you!