Create gap bw product price tag and variants Dawn 15V

Solved

Create gap bw product price tag and variants Dawn 15V

ctal37
Explorer
151 1 36

Hii,

I would like to create some gap in bw the product price tag and variants in Dawn theme 15V, please help me out. 

store url - https://5a3cf5-fc.myshopify.com/products/classy-heart

 

check the screenshot  

BDA02873-CEAB-4EFF-BB30-A9BE7B9AE528.jpeg

Accepted Solutions (2)

Moeed
Shopify Partner
5082 1355 1636

This is an accepted solution.

Hey @ctal37 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
variant-selects {
    margin: 3.5rem 0px !important;
}
</style>

RESULT:

Moeed_0-1723542867021.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Rahul_dhiman
Shopify Partner
481 98 100

This is an accepted solution.

Hello @ctal37 
Go to online store ----> themes ----> actions ----> edit code ---->assets ---->component-price.css ----> line number 41
search this code

.price--large {
font-size: 1.6rem;
line-height: calc(1 + 0.5 / var(--font-body-scale));
letter-spacing: .13rem;
}


and replace with this code

.price--large {
font-size: 1.6rem;
line-height: calc(1 + 1.5 / var(--font-body-scale));
letter-spacing: .13rem;
}

 result
8.png

If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167

View solution in original post

Replies 2 (2)

Moeed
Shopify Partner
5082 1355 1636

This is an accepted solution.

Hey @ctal37 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
variant-selects {
    margin: 3.5rem 0px !important;
}
</style>

RESULT:

Moeed_0-1723542867021.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

Rahul_dhiman
Shopify Partner
481 98 100

This is an accepted solution.

Hello @ctal37 
Go to online store ----> themes ----> actions ----> edit code ---->assets ---->component-price.css ----> line number 41
search this code

.price--large {
font-size: 1.6rem;
line-height: calc(1 + 0.5 / var(--font-body-scale));
letter-spacing: .13rem;
}


and replace with this code

.price--large {
font-size: 1.6rem;
line-height: calc(1 + 1.5 / var(--font-body-scale));
letter-spacing: .13rem;
}

 result
8.png

If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167