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

Attribute label border instead of color fill

Viewing 4 posts - 1 through 4 (of 4 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.

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