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
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025