hello, please help me how to change price color and compare price color in impact theme, thank you,
Hey @sebfe
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
hello, the impact theme is in my drafts file, i tried to put it in theme.liquid but the color did not change,
the impact theme is in my drafts, i tried to put it on theme.liquid but the color did not change
why i cant send link here
i already publish the impact theme, can you please check how to change the color of it, thank you
Hi @sebfe
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.css
Step 3: Paste the below code at bottom of the file → Save
compare-at-price {
color: red !important;
}
sale-price {
color: black !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
thank you so much, it works,
may i know too how to interchange sale price and compare price position? thank you
You can try with this code:
price-list.price-list.price-list–lg {
display: flex !important;
flex-direction: row-reverse !important;
}
thank you
