Changing "paragraph" text color in DAWN theme

Solved

Changing "paragraph" text color in DAWN theme

timeless_machin
Visitor
3 0 0

Hi,

I can't seem to find how to change the color of "paragraphs" in the Dawn Theme. Even thought in the color settings menu it is supposed to be white, it is displayed in light grey (see captures).

Can someone help me?

 

Capture d’écran 2023-05-22 à 16.11.10.png

Capture d’écran 2023-05-22 à 16.10.13.png

Capture d’écran 2023-05-22 à 16.10.36.png

Accepted Solution (1)

StoreWatchers
Trailblazer
205 30 39

This is an accepted solution.

Hi, @timeless_machin 

 

Greetings from the Store Watchers Support Team! Happy to help you today.

 

1. Go to online store > theme > edit code > assets > base.css(file) and Paste the below code at the bottom of the file -> Save

 

p {
  color: white !important;
}

 

After applying the above CSS code , it will show like the following screenshot:

Screenshot_43.png

Screenshot_44.png

Let me know If need further assistance

 

Regards,

Store Watchers Support Team

 

StoreWatchers - Automate testing for your Shopify store in seconds


If you find my reply helpful, please hit Like and Mark as Solution
Visit us: App Store | Website | FAQs

View solution in original post

Replies 4 (4)

PageFly-Lucas
Pathfinder
110 28 29

Can you share with me the URL - and password if password protected. I will help you check it.

banned
timeless_machin
Visitor
3 0 0

Hi, the URL of website is:

 

https://timeless-machines.com

 

Thanks for taking time to look into it.

StoreWatchers
Trailblazer
205 30 39

This is an accepted solution.

Hi, @timeless_machin 

 

Greetings from the Store Watchers Support Team! Happy to help you today.

 

1. Go to online store > theme > edit code > assets > base.css(file) and Paste the below code at the bottom of the file -> Save

 

p {
  color: white !important;
}

 

After applying the above CSS code , it will show like the following screenshot:

Screenshot_43.png

Screenshot_44.png

Let me know If need further assistance

 

Regards,

Store Watchers Support Team

 

StoreWatchers - Automate testing for your Shopify store in seconds


If you find my reply helpful, please hit Like and Mark as Solution
Visit us: App Store | Website | FAQs
timeless_machin
Visitor
3 0 0

Thanks it's perfect.