Home Forums WoodMart support forum Attribute label custome position

Attribute label custome position

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #504712

    negativzje
    Participant

    Hello,

    I have turned on the “Show attribute label on products” in the brands attribute, but if a product has both a sale and a new label, there are many labels stacked under each other. Is it possible to position the brand label to the right side?

    Thanks,

    #504808

    Hello,

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

    .product-label.attribute-label:not(.label-with-img) {
    left: 173px;
    position: relative;
    top: 68px;
    }

    Best Regards.

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