Shopify themes, liquid, logos, and UX
Hi, how do you make the font size for the pricing on the mobile version smaller? It only has to be for the pricing at the top just below the rating. The website is: https://vinup.nl/en/products/vinyl-record-rack
Solved! Go to the solution
This is an accepted solution.
Hello @VinUp,
Here are the steps to apply the necessary changes in your Shopify store:
@media screen and (max-width:768px){
.price-item.price-item--regular {
font-size: 1.6rem !important;
}
.price.price--large.price--on-sale.price--show-badge span {
font-size: 1.6rem !important;
}
}
Let me know if you need further assistance!
Hi @VinUp
- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
@media (max-width: 768px) {
s.price-item.price-item--regular {
font-size: 15px !important;
}
}
Result:
Best,
Liz
Add This Code In Edit Code > Base.css File
@media only screen and (max-width: 600px) {
body .product .price--on-sale .price-item--regular, body .product .price .price-item {
font-size: 16px !important;
}
}
This is an accepted solution.
Hello @VinUp,
Here are the steps to apply the necessary changes in your Shopify store:
@media screen and (max-width:768px){
.price-item.price-item--regular {
font-size: 1.6rem !important;
}
.price.price--large.price--on-sale.price--show-badge span {
font-size: 1.6rem !important;
}
}
Let me know if you need further assistance!
Add this code in edit code > base.css and add this code at the end of the file
@media only screen and (max-width: 600px) {
body .product .price--on-sale .price-item--regular, body .product .price .price-item {
font-size: 16px !important;
}
}
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025