hello everyone,
can someone help me out. I like to have the product name and price in the same font size on the collections page (mobile only)
thanks in advance
using spotlight template
Goal: On the Shopify Spotlight theme, make product name and price appear the same size on collection pages for mobile.
What changed: A CSS-only fix was provided to adjust the price font size on small screens (mobile). Earlier, contributors asked for the store URL/password to inspect, but a direct solution followed.
How to apply:
Optional tweak: To hide the “Sold out” badge, add: span.badge.price__badge-sold-out.color-inverse { display: none; } and Save.
Notes:
Outcome: A concrete CSS solution and an optional badge hide were provided. The issue appears resolved with no further open questions.
hello everyone,
can someone help me out. I like to have the product name and price in the same font size on the collections page (mobile only)
thanks in advance
using spotlight template
hi @RobArt98
Would you mind to share your Store URL website? with password if its unpublish. You can PM I can keep it in secret. Thanks!
Hi @RobArt98 ,
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.
Thanks for the info, check this one.
@media only screen and (max-width: 749px){
#product-grid .price__regular .price-item {
font-size: 14px !important;
}
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!