Please somebody help. I want the size writing to be in bold text how do i do this?
shop url: https://c1e46d.myshopify.com/products/bear-trap-zip-hoodie?variant=44312818745660
Please somebody help. I want the size writing to be in bold text how do i do this?
shop url: https://c1e46d.myshopify.com/products/bear-trap-zip-hoodie?variant=44312818745660
Hi @suoshie ,
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-main-product.css->paste below code at the bottom of the file:
.product-form__input input[type=radio]+label {
font-weight: bold;
}
Hope my answer will help you.