Home Forums WoodMart support forum Categories

Categories

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

    mahnaz
    Participant

    Hello, how can I activate or deactivate text in the categories and subcategories on the shop page? I tried using this code:

    ​.category-grid-item .hover-mask {
    display: none;
    }
    But it deactivates the text from all pages.

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

    Hung Pham
    Keymaster

    Hi mahnaz,

    Thanks for reaching to us.

    First of all, I’m really sorry have taken long time to reply you.

    Please remove your code and add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

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

    Regards,

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