New Landing How can we help? Atelier Removing product category under each product on display

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #326822
    bikashshil02
    Member
    Post count: 46

    Hi,

    could you help me with the code I have to write in order to remove the product category name that is visible under the name of each product in the product category page? Thank you in advance.

    Regards
    Bikash

    #326982
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    .products .product .product-details .posted_in {
        display: none!important;
    }
    #326986
    bikashshil02
    Member
    Post count: 46

    Hi David,

    Thanks for replying.

    I added the code to the CSS. But still I am seeing the product categories. You may please visit my site at http://www.upayan.com

    Regards

    Bikash

    #327012
    David Martin – Support
    Moderator
    Post count: 20834

    I do not see the CSS on your site, once added clear your minification plugin cache.

    #327022
    bikashshil02
    Member
    Post count: 46

    Thanks David. Its working now. However, for the latest products section (displayed as mini products) are still displaying the categories.

    You may Please check in my site now . wwww.upayan.com

    Thanks

    Bikash

    #327027
    David Martin – Support
    Moderator
    Post count: 20834

    Simply modify the code, please use the Chrome inspector so you can see what to change.

    .product-details .posted_in {
        display: none!important;
    }
    #327047
    bikashshil02
    Member
    Post count: 46

    Awesome as always 🙂 thanks. Closing the ticket

    #327048
    David Martin – Support
    Moderator
    Post count: 20834

    Glad to help you out!

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

You must be logged in to reply to this topic.