How could be possible to increase the dimensions of the bubble ( sale ) that appears into the woocommerce section when one product is on an offer ?
Hi there,
Please try this code in the Global CSS:
.woocommerce .onsale {
width: 60px;
height: 60px;
line-height: 60px;
}
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.