Home Forums Basel support forum How to remove category title

How to remove category title

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

    Bazaronet
    Participant

    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.
    #168752

    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

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