New Landing How can we help? Atelier Remove Product Categories under product images

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #229175
    GTS75
    Member
    Post count: 240

    What is the css to remove the product categories listed underneath product images on my product category pages?

    Thanks

    #229272
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    ul.products li.product .product-details .posted_in a {
      display: none;
    }

    – Kyle

    #229384
    GTS75
    Member
    Post count: 240

    Thanks Kyle – I was able to remove the categories from displaying using that css, however now the commas (,) are being displayed for however many categories were listed. Thoughts?

    #229391
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    remove the final ‘a’ from the rule

    so just:

    ul.products li.product .product-details .posted_in {
      display: none;
    }

    – Kyle

    #229401
    GTS75
    Member
    Post count: 240

    great thanks kyle

    #229403
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

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

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

License required for one of the following items
Login and Registration Log in · Register