Shopify themes, liquid, logos, and UX
Hello,
I have a question about the Variant Picker. I wanted to change the text style of the title of the variant picker, e.g. size, style etc.
In this case I wanted to make the text style bold and see how it looks. But I just can't find it in the code.
I highlighted the place i want do change the fontstyle.
Solved! Go to the solution
This is an accepted solution.
i did it!
this was the code which i posted in my base.css file.
.form__label {
font-weight: bold;
}
easy as that! 😂
Hello @DCB,
Thanks!
Hi @DCB
If you cant find the styles in the costumize theme. That means it needs a code to change the styles. Let me know if you need help. Thanks!
Hi @DCB ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file -> Save
<style>
variant-selects label{
font-weight:bold !important
}
</style>
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Unfortunately that didnt work 😞
I copied the code and posted it in the theme.liquid file at the bottom. I mean its not actually a title. Its the option of the product.
This is an accepted solution.
i did it!
this was the code which i posted in my base.css file.
.form__label {
font-weight: bold;
}
easy as that! 😂
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025