When adding description to the categories we do not want it to show on the home page image. Currently when we add any description the whole text shows on the home page over the category image. We would like to be able to add the description for SEO purposes without this showing at all over the image of the category on the home page. Thank you!
Hi,
Please use this CSS snippet:
.hp-listing-category--view-block .hp-listing-category__description {
display:none;
}
Please note that it can require further customization.
I hope this is helpful to you.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.