How can I highlight minimum order and free shipping details on my product page?

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 !

hi,

thanks for your reply.

url is caglio.co.uk

.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

1 Like

thank you!