I’m using dawn theme latest version in that i need to customize the product pricing both on sale and MRP needs to be moved little top nearer to product name and also reduce the letter spacing to 0px in desktop view
website: https://offnorth.com/?_ab=0&_fd=0&_sc=1
password : offnorth
Thanks in advance
1 Like
Moeed
December 16, 2024, 7:42am
2
Hey @Sivadarshan
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @Sivadarshan
The link you sent is Motion theme. To get share preview of Dawn theme link, please click on “…” next to Dawn theme > Preview, then click Share preview
Hello @Sivadarshan
Go to online store ----> themes ----> actions ----> edit code ---->theme.css
add this code at the end of the file and save.
.product-block.product-block--header {
margin-bottom: 0px !important;
}
.h2.product-single__title {
margin-bottom: 0px !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Please add this code to Custom CSS in Online Store > Themes > click Customize button of Dawn theme > Theme settings
.product .product__title { margin-bottom: 0.5rem; }
.product .price {
display: flex;
align-items: center;
}
Hi @Sivadarshan
Go to Online Store → Theme → Edit code.
Open your theme.css / based.css file and paste the code in the bottom of the file.
.product-block {
margin-bottom: 0px;
line-height: 1;
}
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
@Sivadarshan ,
To customize prices, consider using the Price Badge functionality within Product Labels & Badges .