How to make product name + price colour white.

FastmOcean
Tourist
14 0 1

I want to change my background to black on my collection page but product + price is black so i wont see it, is it possible to make it white?

 

 

Replies 6 (6)
dmwwebartisan
Shopify Partner
12261 2543 3677

@FastmOcean 

Please share the store URL!

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
FastmOcean
Tourist
14 0 1
PageFly-Oliver
Navigator
463 88 80

Hi @FastmOcean ,

 

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

 

<style>
.collection #product-grid .card__information *{
color:white !important
}
</style>

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

FastmOcean
Tourist
14 0 1

This worked, thanks! I need one more thing though, can u also change product name to white on this page?
https://fastmm2.com/collections

 

FastmOcean
Tourist
14 0 1

please help

 

PageFly-Oliver
Navigator
463 88 80

You can try

.card__heading a{
color:white !important
}

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.