Home Forums WoodMart support forum Attribute label border instead of color fill

Attribute label border instead of color fill

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #576201

    Chris Nic
    Participant

    I would like to have a white background with a black border around my attribute labels. Right now, I can only find options for a colored background. Is there a way to solve this?

    Thank you in advance.

    #576386

    Hello,

    Sorry to say Can you please share some screenshots for better understanding where you want to change, Also share the page url so i will check and give you a possible solution.

    Best Regards.

    #576455

    Chris Nic
    Participant

    Excuse me, of course I can do that 🙂

    As you can see in image 1, where it says ’17 MG / POUCH’, the text is black with a gray background. What I would like to do is have it like in image 2, where instead there is a white background but with a black border around it.

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

    Hello,

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .product-labels .product-label.attribute-label:not(.label-with-img) {
        background-color: white !important;
        border: 1px solid black !important;
    }

    Best Regards.

    #580755

    Chris Nic
    Participant

    Thank you so much!

    #580853

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Attribute label border instead of color fill’ is closed to new replies.