How to remove category title
-
Hi,
I am using products categories element to design a product carousel in home page. Here I want to remove the category title as my category names are too long hence keeping them with in the image itself. How do I remove the default category title it comes as shown in attached screen shot.
Thanks,
Sanjay.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.cat-design-alt .hover-mask>h3 {
display: none;
}
.cat-design-alt .hover-mask>a:not(.category-link-overlay) {
display: none;
}
Best Regards