Hello,
I want to change the size and color of the price on the main page and the product page.
Currently using the prestige theme.
My site is www.upnycstore.com
Thank You
Goal: Change the price text color and size on both the homepage and product page in the Shopify Prestige theme.
What was done:
Outcome:
Current status / next question:
Notes:
Hello,
I want to change the size and color of the price on the main page and the product page.
Currently using the prestige theme.
My site is www.upnycstore.com
Thank You
Hey @hailkody
Follow these Steps:
<style>
sale-price.h4.text-subdued, sale-price.h6.text-subdued {
color: red !important;
font-size: 16px !important;
}
</style>
NOTE: Adjust the color and size to however you like
RESULT:
If you require any other help, feel free to reach out to me. If I managed to help you then a Like would be truly appreciated.
Best,
Moeed
Thanks for the reply.
does this work on the main home page as well?
I have updated the code, now it will work for both pages.
Cheers,
Moeed
that worked great.
Thank you very much
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.
Cheers,
Moeed
Can the color of products name be changed to match that of the price for both the main page and the product page?