New Landing How can we help? Atelier How do I get rid of badges on products I don't want it on?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Atelier
  • #192898
    jppv
    Member
    Post count: 67

    Hi,

    I was wondering how can I remove the badge “New” “Sale” etc from specific products only?

    Thanks,
    Jon

    #193124
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You could, with css, however you would need to get the product id for each product you want to hide the badge on, for e.g:

    .products .product.post-13547 .badge-wrap {
      display: none;
    }

    – Kyle

    #193190
    jppv
    Member
    Post count: 67

    That works, be a little bit of work, but it works lol. Thank you!!!

    #193193
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    #194254
    jppv
    Member
    Post count: 67

    hi,

    I have another question related to the badges.
    I would like to disable the badge “NEW” how do I disable this other than giving the css line a display:none; line of code?

    Thanks,
    Jon

    #194340
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Go to Theme Options > WooCommerce Options, and for the time span for the new badge set to 0

    – Kyle

    #202155
    huntingensemble
    Member
    Post count: 318

    Hi!

    Sorry to interfear.
    Got also a question related to this topic.

    If I want to remove only the sale badge for all product (but keep Out Of Stock and New). How do I accomplish that?

    Thanks
    Joost

    #202212
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,

    @huntingensemble
    – Please use this custom css code:-

    span.onsale {
       display: none !important;
    }

    Thanks ๐Ÿ™‚
    Mohammad

    #202291
    huntingensemble
    Member
    Post count: 318

    Merci! Worked :D.

    Joost

    #202294
    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 one of the following items
Login and Registration Log in · Register