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
We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024