How to decrease the space between price and title in dawn theme

Solved

How to decrease the space between price and title in dawn theme

NOT1
Shopify Partner
282 2 127

How to decrease the space between price and title in dawn theme product page 

 

 

Accepted Solution (1)

topnewyork
Astronaut
1299 160 217

This is an accepted solution.

Hi @NOT1 ,

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

<style>
div#price-template--23255317709096__main {
    margin-top: -15px !important;
}
</style>

topnewyork_0-1726139892815.png


If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

View solution in original post

Reply 1 (1)

topnewyork
Astronaut
1299 160 217

This is an accepted solution.

Hi @NOT1 ,

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

<style>
div#price-template--23255317709096__main {
    margin-top: -15px !important;
}
</style>

topnewyork_0-1726139892815.png


If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month