How do I make the selection boxes on my product page bolder?
Here is my preview link : https://b7u8zkn8hdo43uge-72834810142.shopifypreview.com
A user seeks to make product selection boxes (radio button labels) appear bolder on their product page.
Solutions Provided:
CSS customization: Add custom CSS to the theme’s section-main-product.css file targeting .product-form__input input[type=radio]+label with font-weight: bold;. This involves navigating to Online Store → Theme → Edit code.
Shopify support option: For users on paid plans with Shopify-developed themes, this may qualify as a complimentary design customization request (60 minutes of free design time available). Submit a support request through the Shopify help center to verify eligibility.
Status: The original poster thanked the contributors, indicating they received helpful guidance. The discussion appears resolved with actionable solutions provided.
How do I make the selection boxes on my product page bolder?
Here is my preview link : https://b7u8zkn8hdo43uge-72834810142.shopifypreview.com
Hi @hayclowz ,
This is Victor 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.
Best regards,
Victor | PageFly
Hey, @hayclowz
Since you are using a Shopify-developed theme, and assuming you are on a paid plan, this may be an eligible design customization request you can make to our themes team. As a part of your 60 minutes of complimentary design time.
Please visit our help center and log in to your account to create a support request with a support advisor. From there, our themes team will look into your request for eligibility.
If there is anything else I can help you with, please let me know.
Thank you so much.
Happy to help. @hayclowz
Let me know if there is anything else that I can do for you.