Home Forums Pro Themes eCommerce Market Pro How to remove blu label "in offerta" from products

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #69046
    Simone Pugno
    Participant

    Good morning,
    i want to remove the blu tag “in offerta” (italian language) from the products images, when selling price is lower than standard price.
    Thank you for the help

    #69097
    wensolutions
    Keymaster

    Hello @vestitigratis,

    Good Morning 🙂

    Firstly, thank you very much for using the pro version of the theme.

    Not to remove the sale tag from the product use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .home .sales-tag {
        display: none;
    }

    Hope this helps.

    Best Regards!!

    #69795
    Simone Pugno
    Participant

    Good morning,
    doesn’t work.
    In wich file, and where, can i go to operate directly on theme?
    Thank you and best regards.

    #69817
    wensolutions
    Keymaster

    Hello @vestitigratis,

    To make this custom CSS work please go to Admin Panel > Appearance > Customize > Additional CSS and paste the CSS.

    .home .sales-tag {
        display: none;
    }

    Also, the CSS had worked when we checked it locally.

    If this does not work even placing them in Additional CSS, please provide your site URL so that we can provide precise fix on this.

    Thank you.

    Best Regards!!

    #69911
    Simone Pugno
    Participant

    Good morning.
    Tried again, no results.
    Site URL is http://www.ilclubdellamoda.it
    Best regards

    #69925
    wensolutions
    Keymaster

    Hello @vestitigratis,

    Please use below given CSS to remove the sale tag by going to Admin Panel > Appearance > Customize > Additional CSS.

    .woocommerce ul.products li.product .onsale {
        display: none;
    }

    Hope this helps.

    Best Regards!!

    #69990
    Simone Pugno
    Participant

    Hello,
    it’s works on category page, for example http://ilclubdellamoda.it/?product_cat=borse-a-mano
    but not on the single product page, for example http://ilclubdellamoda.it/?product=cavalli-class-c33pwc960052

    If you can provide the correct css to fix it will be great!
    Thank you and best regards

    #70123
    wensolutions
    Keymaster

    Hello @vestitigratis,

    We would like to apologize for the delay in replying to you.

    Now to remove the sale banner even in the single post page use below given CSS.

    .woocommerce span.onsale {
        display: none;
    }

    Hope this helps.

    Best Regards!!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.