system
September 22, 2020, 9:20pm
1
Hi,
I want to change the colors of my prices on my store.
I also came across: a topic where this code was pasted:
.product__price {
color: #fcc83e ;
}
The problem is that both prices (discounted price and original price) are now the same color. I want to make my old price in #fcc83e and new price in all black.
Can anyone please help me out?
Website: beasie.nl
1 Like
Hello, @Beasie
Welcome to the Shopify community!
and Thanks for your Good question.
Go to Online Store->Theme->Edit code
**Asset->/theme.scss.liquid->**paste below code at the bottom of the file.
.grid-product__price--original {
color: #fcc83e;
}
2 Likes
system
September 23, 2020, 1:01pm
3
Hi ,
Thank you for your response. It helped me half. On the home page I see the yellow original price and black discounted price, but on the product page it’s all black.
Can you help me fix this please?
Thank you
system
September 23, 2020, 1:08pm
4
Nevermind I tried a bit by myself with
grid-product__price–original
color: #fcc83e ;
and it helped, thank you anyways!
1 Like
@Beasie
Thanks for the update and support.
2 Likes
@KetanKumar Can you help in removing the product price from the collection page? I am using the Motion theme.
Can you help me to remove the product price from the collection page? Using the motion theme. Thanks!
@zeshanhaidar
Welcome to the Shopify community!
and Thanks for your question.
Please share your site URL,
So I will check and provide a solution here.
1 Like
@KetanKumar thank you for your quick response. I have been looking for your answer at different threads and trued but it was not solved. Have a look: https://ronitatechnology.com/collections/fttx-solution-fiber-management
1 Like
@zeshanhaidar
Thanks for store url
Go to Online Store->Theme->Edit code
Asset->/theme.css ->paste below code at the bottom of the file.
.template-collection .grid-product__price {display: none;}
1 Like
@KetanKumar I tried it now but it is not working for me. I don’t know why. Is there any other method?
1 Like
@zeshanhaidar
sorry, i can see this code on the theme.css file can you please add and let me know
2 Likes
@zeshanhaidar
Thanks
is possible to add me on staff account so i will check and quick fix
2 Likes
@KetanKumar Can’t add due to restriction. Can you present any other solution. I will be thankful.
1 Like
@zeshanhaidar
yes do you have use anydesk so i will content your system remote
2 Likes
@zeshanhaidar
Thanks i will content and update code
2 Likes
@zeshanhaidar
i have done this, please checkck
2 Likes