Shopify themes, liquid, logos, and UX
To continue receiving payouts, you need to secure your account by turning on two-step authentication. If two-step authentication is not turned on your payouts will be paused. Learn more
Hello, i am trying to increase the font size & also bold the variant title gift box style since it's really small compared to the variant option which I already managed to increase the size. This is for dawn theme, thanks!!!
Hi @micool661
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/section-main-product.css
3. Add code below to bottom of file
fieldset.product-form__input .form__label {
font-size: 1.8rem;
font-weight: bold;
}
Hello @micool661 ,
It's GemPages support team and glad to support you today.
I would like to give you a recommendation to support you so kindly follow steps below:
1. Go to Online Store > Theme > Edit code of your current theme
2. Open your theme.liquid theme file
3. Paste the below code before </head>
<style>
.product-form__input .form__label {
font-size: 20px;
font-weight: bold;
}
</style>
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
User | RANK |
---|---|
116 | |
93 | |
72 | |
70 | |
45 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022