Find Answers and Get Support › Forums › Mandha – Multipurpose WooCommerce Theme › Popular Features › Online Store › How to disable “sale!” badge?
- This topic has 3 replies, 2 voices, and was last updated 1 year, 3 months ago by Manathan.
-
AuthorPosts
-
@themodactyl
- 0 Topics
- 6587 Posts
Hi Riyaz,
This is standard design with our theme and WooCommerce, I’m afraid.
As this is not breaking the website, changing this is considered customization work. Unfortunately, this is a service that we do not provide.
We only share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
If you want to go further with the customization of your website, we advise that you hire a developer to do it for you.
If you’re on a tight budget, we recommend you to require the services from Fiverr. This web platform gives you access to developers who already have experience with theme customizations, and for very competitive prices.
Disclaimer : we have no affiliation with Fiverr and are only recommending it as a starting point and a popular option for those who might not be sure where to look when in need of some custom work.
Thank you for your understanding.
May 5, 2023 at 13:48 #45153RiyazParticipant@riyazn- 17 Topics
- 51 Posts
if someone looking for sale remove badge use this css
/* Add your CSS code here. For example: .example { color: red; } For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp End of comment */ /* Onsale */ .product-summary-wrapper .entry-summary .onsale{ transform:translatex(1175px) translatey(292px); } /* Product title wrapper */ .product-summary-wrapper .entry-summary .product-title-wrapper{ transform:translatex(0px) translatey(-47px); } /* Post Title */ #content .region__container .region__row #primary #main .product .product-summary-wrapper .entry-summary .product-title-wrapper h1{ width:489px !important; } /* Post Title */ .entry-summary .product-title-wrapper h1{ transform:translatex(0px) translatey(0px); } /* Price */ .product-summary-wrapper .entry-summary .price{ transform:translatex(0px) translatey(-12px); } /* Span Tag */ .iconic-woothumbs-all-images-wrap--thumbnails-below .iconic-woothumbs-images-wrap span{ padding-right:15px !important; min-height:38px; transform:translatex(1072px) translatey(318px); }
Happy coding 🙂
May 9, 2023 at 00:05 #45188@themodactyl- 0 Topics
- 6587 Posts
Hi Riyaz,
Thank you for sharing the solution with us. I’m sure it will help other users facing the same will to achieve this. By doing this, you’re making a great contribution to this forum, and we thank you very much for that! #SharingIsCaring 💪🏻
Best,
May 9, 2023 at 09:56 #45193 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘How to disable “sale!” badge?’ is closed to new replies.