Comments ragheed2 started the conversation6 days ago on Tuesday at 7:00amOn the shop grid, whenever a product is on sale for example a label is shown on the top left position. Is it possible to increase the size of this label? I'd like it to be 1.5x larger in width and height. 4,945Michael replied5 days ago on Wednesday at 6:35amHi, please use this custom CSS: body .portfolio.extended-products-grid .portfolio-item.product .product-labels.style-4 .label { padding: 10px 14px 9px; } body .portfolio.extended-products-grid .portfolio-item.product .product-labels.style-4 .label .text { font-size: 2em; }ragheed2 replied5 days ago on Wednesday at 7:37pmThank you Michael! 4,945Michael replied3 days ago on Friday at 6:53amYou're welcome! Have a nice day! Sign in to reply ...
On the shop grid, whenever a product is on sale for example a label is shown on the top left position. Is it possible to increase the size of this label? I'd like it to be 1.5x larger in width and height.
Hi,
please use this custom CSS:
Thank you Michael!
You're welcome!
Have a nice day!