Badges

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #58210

    leds-pros
    Participant

    Hello,
    Sometimes, my products are bundled and sometimes not.
    For those who are bundled, I need to have a badge “bundled” and sometimes “bundled” + “new” at the same time.
    Is it possible to use 2 badges at the same time ?
    Thanks you for your help,
    best regards,
    Leds-Pros

    #58228

    Hello,

    In order to add “New”, navigate to Theme Settings > Shop > Product labels and activate this label.

    In order to show “bundled” you will need the following:

    1. Create the attribute “bundled” and mark the checkbox Show attribute label on products http://prntscr.com/jjgf9j

    2. Create attribute value “bundled” and add this attribute to the product you will have the label.

    Best Regards

    #58235

    leds-pros
    Participant

    Thanks a lot for your reply.
    Unfortunatly, impossible to have a color for this badge.
    I let you an attachment.
    As I made a mistake somewhere ?
    Leds-Pros

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

    leds-pros
    Participant

    sorry, do you received my question ?

    #58276

    Hello,

    As I understand you want to have a font color. By default it is white. If so, please add this custom CSS to Theme Settings > Custom CSS:

    .product-label.attribute-label:not(.label-with-img) {
        color: #000000;
    }

    Replace #000000 with the color you need.

    Best Regards

    #58283

    leds-pros
    Participant

    Thanks, but I don’t need to change the color of the text but of the badge ( around the text ).

    #58320

    Hello,

    Please replace this CSS with this one:

    .product-label.attribute-label:not(.label-with-img) {
        background-color: #000000;
    }

    Replace #000000 with the color you need.

    Best Regards

    #58326

    leds-pros
    Participant

    Thanks a lot, it’s work.
    Best Regards,
    Leds-Pros

    #58351

    You are welcome! If you have any questions feel free to contact us.

    Best Regards

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

The topic ‘Badges’ is closed to new replies.