Home Forums WoodMart support forum About new label position.

About new label position.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #314269

    ayakkabimalzemecim
    Participant

    Hi, i need to help for label position. How can i do this like photo. i want to add this gif all product but i have more than 1 label. and how can i change their position quickly. Thanks for from now.

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

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .single-product span.attribute-label.product-label.label-term-ucretsiz-kargo.label-attribute-pa_etiket.label-with-img {
        position: absolute;
        left: 50%;
        top: 50%;
       transform: translate(-400px, -80px);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        pointer-events: none;
    }

    And see if this works for you otherwise it requires Customizations.

    Regards.
    Xtemos Studios

    #314854

    ayakkabimalzemecim
    Participant

    Hello, it is work, thanks. I have a question again, if i have more than 1 label, i think i need to use for all label this css right?

    #314883

    Hello,

    You are Most Welcome.

    No, this CSS will work only for this label because it’s specific for that.

    You have to modify the CSS to make it work for other labels.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘About new label position.’ is closed to new replies.