This topic has 7 replies, 3 voices, and was last updated 6 months, 3 weeks ago ago by Luca Rossi
Hi
NEED CHANGE COLOR IN PRICE
Original color need this color : #e95d2a
Discount price color neen this color: red
Pre-sale color need rhis color: #888
.
Hello, Alzain,
Thank you for contacting us and for using XStore.
Could you please provide the URLs of the pages corresponding to the screenshots you shared? This will help us assist you more effectively.
Kind Regards,
8theme team
Absolutely
You can browse the website, store, and single product page to see the difference.
Please, I want a way to change the price colors, and I will do the work myself.
Thank you
Hi @Alzain,
Please try adding the following CSS under Theme Options >. Theme Custom CSS > Global CSS:
.content-product .price {
color: #e95d2a;
}
.sale .content-product .price del {
color: #888 !important;
}
.sale .content-product .price ins .amount {
color: #F32004 !important;
}
Hope it helps!
Kind Regards,
8theme team
Thank you
I tried but couldn’t find the exact same terminology
So I copied all the codes in Global CSS
Can you explain exactly where to put them?
I want the change to be on all pages as well
Dear Alzain,
We hope this message finds you well.
Please be advised that the custom CSS codes should be appended at the end of the Global CSS. We have taken the liberty of copying the custom CSS codes for your convenience.
Could you kindly verify if they have been positioned correctly?
Thank you for your attention to this matter.
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up