Adding a label to a product card/Добавление лейбла на карточку товара
-
Good day!
How can I create such labels on the product card in the Woodmart theme?
https://prnt.sc/ybcv5o
Добрый день!
Как я могу создать в теме Вудмарт такие этикетки на карточке товара?
https://prnt.sc/ybcv5o
Hello,
You need to add the image to the attribute item, and navigate to Products > Attributes > enter the attribute and enable “Show attribute label on products”
If you have any questions please feel free to contact us.
Best Regards
Thank you! Your advice helped me. I managed to add a picture to the product card and to the store catalog.
Tell me what can I do to enlarge the picture 2-3 times?
I need to do this on the product https://prnt.sc/1190juk and in the catalog https://prnt.sc/1190jfh
Спасибо! Мне помог ваш совет Удалось добавить картинку на карточку товара и в каталог магазина.
Скажите что мне сделать что картинку увеличить в 2 раза?
Мне это нужно сделать на товаре https://prnt.sc/1190juk и в каталоге https://prnt.sc/1190jfh
Hello,
Please provide the product URL I will check if it is possible to do with custom CSS.
Best Regards
Thank you! Link added
Спасибо! Ссылку добавил
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.single-product .labels-rectangular .label-with-img.label-term-besplatnaya-dostavka {
padding: 0;
max-width: 100%;
}
Best Regards