change the position of the label "new"
-
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.
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
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.
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
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.
Hello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
body .woodmart-buttons.wd-pos-r-t {
bottom: 10px;
}
Best Regards