Home Forums WoodMart support forum Disable category thumbnail

Disable category thumbnail

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #48484

    prelovedRevolution
    Participant

    I would like to Disable the category thumbnail and instead show only the name of the category and number of products. Thanks,

    #48485

    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

    #48577

    prelovedRevolution
    Participant

    Is there a way to make the category name linkable to the category URL – now only the products counts are linkable. Thanks,

    #48588

    Artem Temos
    Keymaster

    Could you please send us a direct link where we can see it on your website?

    #48716

    prelovedRevolution
    Participant

    See below. Thanks,

    #48740

    Artem Temos
    Keymaster

    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;
    } 
    #48884

    prelovedRevolution
    Participant

    Great! Thanks!

    #48888

    Eric Watson
    Participant

    You are welcome!

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