Hello everyone i hope all are good,i wanted the prices on homepage,product page in any page and the price with hyphen in between to be another color like more grey
Hey,
Could you please share your store URL and password (If applicable) so that I take a look and provide you solution code.
Thanks
Hello @TheScriptFlow okay
Please share the color code for the pricing.
The price hyphen in between you can suggest if you want whatever color looks good to change,price is good black
You can adjust the price size and color in the theme editor under Online Store > Themes > Customize, but for more control, you’ll need to tweak the theme settings.
If the theme settings don’t allow it, you can add custom CSS. Go to Online Store > Themes > Edit Code, then open the base.css or theme.css file and add this at the bottom:
.price {
font-size: 1.5rem; /* Adjust size /
color: black; / Change this to your preferred color */
}
.price–compare {
color: grey; /* Adjust color for hyphenated price */
}
After adding, save and check your store. Let me know if you need help tweaking it!
Thanks a lot it works,how about the prices to be bigger in both devices mobile and desktop,are small
In desktop on collection pages are small the same and product pages also,in mobile just in product page are small

