All things Shopify and commerce
Hi there!
Hopefully, everyone is doing well.
I have two quick questions and would appreciate it if someone could shed some light and provide me with a solution. The theme I'm using is the new, free Shopify 2.0 theme called "Refresh"
1.) https://gyazo.com/609bee2d2384e3cf725e75622192bfdb - Where in the theme files can I increase the spacing between the "emitting color" section and product pricing?
2.) Lune's Crystal Lamp - Where in the theme files can I increase the font size of my "Add to cart" button?
Thanks to everyone in advanced.
Solved! Go to the solution
This is an accepted solution.
I understand that you want increase the space between the pricing the variant title and also, increase the font size of the add to cart button.
You follow the instructions below, to do so.
1. From your Admin Page, click Online Store > Themes >Actions > Edit code
2. In the Asset folder, open the base.css
3. Paste the code below at the very bottom of the file.
variant-radios.no-js-hidden {
margin-top: 2rem;
}
.product-form__submit.button span {
font-size: 2rem;
}
NOTE: Change the 2 for each code to increase or decrease
This code below is for the #1 issue
variant-radios.no-js-hidden {
margin-top: 2rem;
}
The code below is for the #2
.product-form__submit.button span {
font-size: 2rem;
}
Thanks for asking, it's the new, free Shopify 2.0 theme called "Refresh".
This is an accepted solution.
I understand that you want increase the space between the pricing the variant title and also, increase the font size of the add to cart button.
You follow the instructions below, to do so.
1. From your Admin Page, click Online Store > Themes >Actions > Edit code
2. In the Asset folder, open the base.css
3. Paste the code below at the very bottom of the file.
variant-radios.no-js-hidden {
margin-top: 2rem;
}
.product-form__submit.button span {
font-size: 2rem;
}
NOTE: Change the 2 for each code to increase or decrease
This code below is for the #1 issue
variant-radios.no-js-hidden {
margin-top: 2rem;
}
The code below is for the #2
.product-form__submit.button span {
font-size: 2rem;
}
You sir are an absolute legend! Thank you very much for your fast & accurate help, I really appreciate it. I wish you the best.
I need help changing the product description to a larger font. I saw the past solutions and when I pasted them on layout.theme.liquid, only the spacing increased, not the actual font. Please help, thanks!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024