Home Forums WoodMart support forum change the position of the label "new"

change the position of the label "new"

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

    enrico.girolami
    Participant

    Hi, I would like to change the position of the label “new”(disponibile BIO) and place it near the discount percentage, can you tell me how to do it?
    I attach photos

    thank you so much

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

    Hello,

    Thank you very much for choosing our theme and for contacting our support.

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

    body .product-labels {
        flex-direction: row;
        max-width: 100%;
    }

    Best Regards

    #222971

    enrico.girolami
    Participant

    thank you very much, but in the internal product page the label text is not formatted correctly … how can I solve? thank you

    I attach image

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

    Hello,

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

    body .product-image-summary .product-images .product-labels {
        align-items: flex-start;
        max-width: 100%;
    }

    Best Regards

    #222987

    enrico.girolami
    Participant

    thank you very much for the help, it is possible to move the wishlist icon only in the mobile version at the bottom right, because in this way the writing remains under the icon …

    I leave photos attached

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

    Hello,

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

    body .woodmart-buttons.wd-pos-r-t {
        bottom: 10px;
    }

    Best Regards

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