Hide the Categories Title in the Shop Archive Layout
-
https://ibb.co/HDKNPpgR
https://ibb.co/qXqtL6F
I imported the Shop Archive Layout template, but I want to hide the Categories Title of the Product Categories element. How can I do this?
Hello,
Can you please share the page URL so I can check and give you a possible CSS code?
Best Regards,
The website has been put below. I would like to ask if you will launch the option to turn off product titles on the page editor in the future? Many times we only need thumbnails and do not need product category titles.
Hello,
Please try adding the following Custom CSS under Theme Settings >> Custom CSS.
.wd-cat-content.hover-mask .wd-entities-title {
display: none !important;
}
Best Regards,
Is this code universal for all websites?
Hello,
Yes, this CSS will work universally for all websites using the WoodMart theme, as long as the same element structure (.wd-cat-content.hover-mask .wd-entities-title)
is the same.
However, if you only want to apply it to a specific section or page, you can add a page-specific class or ID before the CSS selector to make it more targeted.
Best Regards,