Shopify themes, liquid, logos, and UX
Hi, I wanted to increase the font-size of my price tag on the product page and make it Bold and in purple color. How can I make this happen? This is how I want it to look.
Solved! Go to the solution
This is an accepted solution.
Thanks for the info, Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
span.price-item.price-item--regular {
color: #963bce;
font-weight: 900;
font-size: 25px;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hey @Donidon
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Hi @Donidon
Would you mind to share your store URL? Thanks!
This is an accepted solution.
Thanks for the info, Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
span.price-item.price-item--regular {
color: #963bce;
font-weight: 900;
font-size: 25px;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thanks !!
How can i make it like this in sale price as well? compare at price
Oh, that what i want to ask but I didnt see any compare prices in your products.
Yes, I need it to look like this
is it possible to do? What code do I need to add ?
i need your help
Shopify and our financial partners regularly review and update verification requiremen...
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