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:
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024