We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Re: Dawn theme - how to change the 'Price' to be bold, dark blue and larger in size?

Solved

Dawn theme - how to change the 'Price' to be bold, dark blue and larger in size?

falkor
Shopify Partner
16 1 3

Hello, 

I would like to change the Dawn theme price font as described.

Both on the home page and category pages.

I am using the standard Dawn theme.

Thanks!

Accepted Solution (1)

GemPages
Shopify Partner
5625 1262 1292

This is an accepted solution.

Hello @falkor 

 

You can follow these steps: 
1. Go to Online Store->Theme->Edit code

GemPages_0-1670893628557.png

2. Open your theme.liquid file, paste the below code before </body>

GemPages_1-1670893647644.png

<style>
.price .price-item {
    font-weight: bold !important;
    color: #0005ab !important;
    font-size: 20px !important;
}

.price--on-sale .price-item--regular {
    font-size: 15px !important;
}
</style>

I hope the above is useful to you.


Kind & Best regards, 
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Reply 1 (1)

GemPages
Shopify Partner
5625 1262 1292

This is an accepted solution.

Hello @falkor 

 

You can follow these steps: 
1. Go to Online Store->Theme->Edit code

GemPages_0-1670893628557.png

2. Open your theme.liquid file, paste the below code before </body>

GemPages_1-1670893647644.png

<style>
.price .price-item {
    font-weight: bold !important;
    color: #0005ab !important;
    font-size: 20px !important;
}

.price--on-sale .price-item--regular {
    font-size: 15px !important;
}
</style>

I hope the above is useful to you.


Kind & Best regards, 
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center