Home › Forums › WoodMart support forum › Categories Categories This topic has 1 reply, 2 voices, and was last updated 3 months ago by Hung Pham. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 10, 2024 at 1:32 am #596289 mahnazParticipant 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. September 11, 2024 at 6:36 am #596563 Hung PhamKeymaster 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, Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register