New Landing How can we help? Atelier Remove Free/Sold Out Tag on product items

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Atelier
  • #193878
    aerosum
    Member
    Post count: 35

    Hi,

    I have intentionally added some products as a showcase and haven’t listed prices on them. By default I see a free tag on them. I don’t need that. I mean there is a reason I want these products to not show/price. How can I remove the tag?
    I tried setting the products as out of stock and the tag started showing as sold out. That also I don’t need.
    Also, the quickview I wish to remove from such products.

    There must be a setting on theme options I guess and thus must be easy. Even if I need to go into the code I am pretty comfortable there. Just let me know he way.

    Thanks
    Sumit

    Attachments:
    You must be logged in to view attached files.
    #193921
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .woocommerce .products .product figure .badge-wrap {
      display: none;
    }

    To remove quick view just remove the plugin

    – Kyle

    #199664
    aerosum
    Member
    Post count: 35

    Thanks Kyle for all the help.

    I wish to remove quickview only from the items which have no price listed. Where the badge is showing up.

    #199665
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Can you provide a link to a page where exists a free product to check if it’s possible to hide it with css?
    Thanks

    -Rui

    #199702
    aerosum
    Member
    Post count: 35

    Please go to this link. http://mybutler.co.in/o/1/restaurant/tres/

    Just scroll down to bottom and see the last four products.

    I have removed the free badge from them.

    Regards
    Sumit

    #199715
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    span.free-badge{display:none;}

    Thanks
    Mohammad

    #199724
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    This one below will work using the list-best-sellers class, but will remove to all the products in that list.

    .list-best-sellers .woocommerce .jckqvBtn{
    display:none;
    }

    We can also do it for a specific category if you add it to the products without price.

    -Rui

Viewing 7 posts - 1 through 7 (of 7 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