- This topic has 7 replies, 2 voices, and was last updated 6 years, 7 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › eCommerce Market Pro › How to remove blu label "in offerta" from products
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
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!!
Good morning,
doesn’t work.
In wich file, and where, can i go to operate directly on theme?
Thank you and best regards.
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!!
Good morning.
Tried again, no results.
Site URL is http://www.ilclubdellamoda.it
Best regards
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!!
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
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!!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |