Shopify themes, liquid, logos, and UX
Hello
Can someone help with applying CSS code to modify the colour of the 'product price' on theme: Narrative?
What code file do I need to edit exactly?
What code to apply, with any example colour hex?
Thanks
Solved! Go to the solution
This is an accepted solution.
thanks for url yes please add this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.product__current-price {
color: #fa4040; /* change color as you like */
}
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!😊
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
This is an accepted solution.
thanks for url yes please add this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.product__current-price {
color: #fa4040; /* change color as you like */
}
Hii, @Legend
Paste this code on top of the theme.scss file.
p.product__price {
color: red !important;
}
You can change the color name as your choice.
Thank You.
User | RANK |
---|---|
155 | |
127 | |
81 | |
72 | |
66 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023