Home Forums WoodMart support forum hide categories title on category style

hide categories title on category style

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #625116

    k6595177
    Participant

    Hi,

    How can i hide the title category on the product style
    (i use the title inside the image that i create)

    thank you

    Attachments:
    You must be logged in to view attached files.
    #625224

    Hello,

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .category-grid-item .hover-mask {
        display: none;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)