Remove category name on image
-
Hi
The images I have for product categories says what they are so I dont need the name of the category on top of the image. Can you tell me how to remove this?Please see screen shot.
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to remove the category title
.cat-design-default .hover-mask {
display: none!important;
}
Regards
This worked a treat thank you!