hi everyone,
I want to highlight (maybe with a bigger or bold Font) "Minumum order £50 from this producer | FREE Shipping over £79 from this producer. "
how can i do it?
thanks!
hi everyone,
I want to highlight (maybe with a bigger or bold Font) "Minumum order £50 from this producer | FREE Shipping over £79 from this producer. "
how can i do it?
thanks!
Hi,
Please share your store URL with password (If Needed) & Screenshot, So that I will give you proper solution here !
.product-single__meta small {
font-size: 16px;
line-height: 23px;
font-weight: bold;
}
Hello
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
thank you!