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
269 2 117

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

 

 

Accepted Solution (1)

topnewyork
Globetrotter
633 114 134

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
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel

View solution in original post

Reply 1 (1)

topnewyork
Globetrotter
633 114 134

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
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel