Home Forums WoodMart support forum Where a badge comes from

Where a badge comes from

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #600725

    rrafal889
    Participant

    hello, 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.

    #600805

    Hello,

    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.

    #600831

    rrafal889
    Participant

    yes, take a look

    Attachments:
    You must be logged in to view attached files.
    #600926

    Hello,

    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

    #601109

    rrafal889
    Participant

    Please 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.

    #601307

    Hello,

    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

    #601359

    rrafal889
    Participant

    I 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.

    #601385

    Hello,

    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

    #601391

    rrafal889
    Participant

    when 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.

    #601535

    Hello,

    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

Viewing 10 posts - 1 through 10 (of 10 total)