I want to change the color of all prices on product page to green. how can i do that? my website is www.nonastore.com.br
Hallo @nonastore
You can add code by following these steps to change collection and product pages background color:
-
Go to Online Store ā Theme ā Edit code.
-
Open your theme.liquid theme file
-
Paste the below code before
If you require any further information, feel free to contact me.
Best regards,
1 Like
ins#product-price {
color: #168018 !important;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->style.min.scss.liquid
1 Like
Hi @nonastore
This is Victor from PageFly - Shopify Page Builder App, Iād like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->style.min.css
ins#product-price {
color: green !important;
}
Hope you find my answer helpful!
Best regards,
Victor | PageFly
1 Like