Home › Forums › WoodMart support forum › Disable category thumbnail Disable category thumbnail This topic has 7 replies, 4 voices, and was last updated 7 years, 1 month ago by Eric Watson. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts March 24, 2018 at 4:09 pm #48484 prelovedRevolutionParticipant I would like to Disable the category thumbnail and instead show only the name of the category and number of products. Thanks, March 24, 2018 at 4:31 pm #48485 Elise NoromitMember Hello, For this purpose, navigate to Theme Settings > Shop > Products & Category Styles and set “Alternative” as shown here https://prnt.sc/ivs6zf Also, put this custom CSS into Theme setting css area: .cat-design-alt .category-image-wrapp { display:none; } Best Regards March 25, 2018 at 8:51 am #48577 prelovedRevolutionParticipant Is there a way to make the category name linkable to the category URL – now only the products counts are linkable. Thanks, March 25, 2018 at 9:22 am #48588 Artem TemosKeymaster Could you please send us a direct link where we can see it on your website? March 25, 2018 at 5:42 pm #48716 prelovedRevolutionParticipant See below. Thanks, March 25, 2018 at 6:13 pm #48740 Artem TemosKeymaster Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue. .category-grid-item.cat-design-alt .category-link { display: block; } March 26, 2018 at 12:05 pm #48884 prelovedRevolutionParticipant Great! Thanks! March 26, 2018 at 12:19 pm #48888 Eric WatsonParticipant You are welcome! Author Posts Tagged: Disable category thumbnail Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to create new topics. Login / Register