New Landing How can we help? Atelier How can I remove category labels from under thumbnail images?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Atelier
  • #235138
    Benc39
    Member
    Post count: 25

    Hi,

    I’d like to remove all the product category tags/labels from under the thumbnails on each of my category pages. i.e. under ‘Homeware’ I have a page of thumbnail images – I’d like to remove all the product category listings displayed directly under the thumbnails – it’s unnecessary info when the customer is already on a category page, may distract them from the products at hand and makes the page look cluttered. Any help is much appreciated!

    many thanks
    Pip

    #235269
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .tax-product_cat .posted_in{
    display:none !important;
    }

    Thanks
    Mohammad

    #235861
    Benc39
    Member
    Post count: 25

    Hi Mohammad,

    Thanks for this. I’m a beginner so please can you tell me which file this should go in and where exactly in the file?

    many thanks
    Philippa

    #235864
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please add code at Admin -> Theme Options -> Custom CSS.
    Thanks
    Mohammad

    #236080
    Benc39
    Member
    Post count: 25

    Hi,

    Thanks for clarifying. I had tried this but it hasn’t changed anything. There is also an exclamation mark in a yellow triangle showing up when I type it in and when i hover over it it says ‘Use of !important’

    Where have I gone wrong?
    I am happy to edit data files directly if necessary I just need specific instructions on placement of code!

    many thanks
    Philippa

    #236099
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have used this code to resolve the issue.

    .products .product figure figcaption .thumb-info h5{
    display:none !important;
    }
    

    Thanks
    Mohammad

    #287342
    GemmaIGCC
    Member
    Post count: 9

    Hi there,

    I am trying to do the same thing but I would also like to remove the category labels from under the thumbnail when they appear through the page builder ‘products’ element.

    Like this page: https://thetribeco.com.au/artists/ahoy-trader/

    Thanks,
    Jess

    #287346
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .posted_in{
    display:none !important;
    }
    

    Thanks
    Mohammad

    #287347
    GemmaIGCC
    Member
    Post count: 9

    Amazing! Thank-you

    #287349
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Glad 🙂 to help you.
    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register