Home › Forums › WoodMart support forum › Where a badge comes from
Where a badge comes from
- This topic has 9 replies, 2 voices, and was last updated 5 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
September 27, 2024 at 1:01 pm #600725
rrafal889Participanthello, can you please tell me where this huge black badge with white text comes from? I want to disable it or change the name because it’s too long. The badge name is “WYPRZEDAZ”. I am sending link in private content.
September 27, 2024 at 4:10 pm #600805
Aizaz Imtiaz AwanKeymasterHello,
I did not see any badge on the product. Can you please share the screenshot where the badge is showing on the product page?
Best Regards.
September 27, 2024 at 4:59 pm #600831September 28, 2024 at 9:36 am #600926
Aizaz Imtiaz AwanKeymasterHello,
The free shipping label is showing on your site. This is an attribute label. Navigate to products > attributes > edit attribute and disable the option “Show attribute label on products”.
If you have any questions feel free to contact us.
Best Regards
September 29, 2024 at 8:13 pm #601109
rrafal889ParticipantPlease see the badge now. It is coming somewhere from woodmart theme because I just set in theme setting badge shape to circle and as you can see on the link in private content, the badge is circle.
September 30, 2024 at 12:21 pm #601307
Aizaz Imtiaz AwanKeymasterHello,
This is an attribute label. Navigate to products > attributes > edit attribute and disable the option “Show attribute label on products”.
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.
.woocommerce-product-gallery .product-labels[class*=labels-rounded] { min-width: 140px !important; } .single-product .product-labels .product-label.onsale { top:70px }
Best Regards
September 30, 2024 at 2:49 pm #601359
rrafal889ParticipantI think the situation is different. Take a look at the page Im sending in private content. When you look into code, You have 3 badges on 1 item picture:
1. <span class=”onsale product-label”>Sale-WoodM</span> – this is WoodMart label – and I dont know how to remove it. I think It is displaying just because this product has a discount rule. I am not sure but this is what I want to find out 🙂
2. <span class=”attribute-label product-label label-term-darmowa-dostawa label-attribute-pa_promocje”>Darmowa Dostawa</span> – this is attribute label and I know that I can hide it by removing attribute from a product.
3. <span class=”onsale product-label”>-10%</span> – this is flycart discount rules plugin label and I know that I can hide it my removing the discount rule.September 30, 2024 at 3:49 pm #601385
Aizaz Imtiaz AwanKeymasterHello,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS to remove the sale label.
.product-labels .product-label.onsale { display: none !important }
Best Regards
September 30, 2024 at 3:59 pm #601391
rrafal889Participantwhen you go to brand page, there are now 2 labels:
1. -10%
2. Darmowa dostawa
I want them on the right top corner in 1 column and 2 rows, with same styling (radius, padding etc)when you get into the simple product page you will now see only 1 badge:
1. darmowa dostawa
I want also -10%, displayed the same way as mentioned above.October 1, 2024 at 10:38 am #601535
Aizaz Imtiaz AwanKeymasterHello,
01. Please try adding the following Custom CSS in the desktop Custom CSS area under Theme Settings >> Custom CSS. you can add this code in the mobile css too and change the value.
.product-grid-item span.attribute-label.product-label.label-term-darmowa-dostawa.label-attribute-pa_promocje { left: 75px !important; top: 30px !important; position: relative; width: 115px; border-radius: 8px; }
02. Please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register