Shopify themes, liquid, logos, and UX
Hello, I want to change the size of my prices on my featured collections so that they're the same size as the text, as currently they're bigger than the text
I am using dawn theme
This is my store domain: qmpryp-cx.myshopify.com
Solved! Go to the solution
This is an accepted solution.
HI @ads18922
.price__regular span {
font-size: calc(var(--font-heading-scale)* 1.3rem) !important;
}
Hello @ads18922
Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css.
Add the provided code at the end of the file.
.product-card-wrapper .card__information { text-align: center; } .product-card-wrapper .card-information { text-align: center; } .product-card-wrapper .card__heading .full-unstyled-link { font-weight: bold; }
Hello @ads18922
I see this issue you have on Mobile Devices, right?
Please go to Online Store -> Theme -> Select Edit Code -> Search for assets/base.css.
This is the code you can give a try:
@media screen and (max-width: 768px) {
.product-card-wrapper .card__heading.h5 {
font-size: 10px
}
You can change "10px" into the pixel you want.
Hope it will help!
hello, this made the size of the text smaller, not the price
This is an accepted solution.
HI @ads18922
.price__regular span {
font-size: calc(var(--font-heading-scale)* 1.3rem) !important;
}
hello, this worked. However, once i added a sale to my items, the sale price is bigger than original price as shown in the image below:
Is it possible to make it look like this:
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025