Re: Dawn theme - policies text colour change

Solved

Dawn theme - policies text colour change

amandaZ2020
Excursionist
41 2 8

Hi 

 

all my policy text has changed to white! 

Can someone help me make it back again please 🙂 

 

All policies are set up. 

 

https://www.krixcollection.com.au/

password: ontaub

 

amandaZ2020_0-1717121186809.png

 

Accepted Solution (1)

AnneLuo
Shopify Partner
1228 220 250

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
.shopify-policy__container,
.shopify-policy__title h1,
.shopify-policy__body {
    color: #000 !important;
}
</style>

Result:

AnneLuo_0-1717122580543.png

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

View solution in original post

Replies 4 (4)

PageFly-Henry
Shopify Partner
1184 335 293

Hi @amandaZ2020 

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 base.css

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

 

body.gradient, h1 {

    color: inherit !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | 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.

amandaZ2020
Excursionist
41 2 8

Hi Henry

 

That didn't work.. 

Thank you though 

AnneLuo
Shopify Partner
1228 220 250

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
.shopify-policy__container,
.shopify-policy__title h1,
.shopify-policy__body {
    color: #000 !important;
}
</style>

Result:

AnneLuo_0-1717122580543.png

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

amandaZ2020
Excursionist
41 2 8

Thank you @AnneLuo