New Shopify Certification now available: Liquid Storefronts for Theme Developers

Change background and text color in different pages - Dawn Theme

Master5723
Excursionist
20 1 8

Hi everyone, I wanted to change the color of the text and the background in some pages, like contact page and others but I don't know how. Can someone help me?

 

The URL for my site is this: 4eb3b8.myshopify.com/pages/contact

 

Screenshot 2023-11-16 230026.png

Replies 2 (2)
Natasha-Saed
Shopify Partner
303 32 55

Hi,

 

From the inspect element in google chrome find the section ID you want to change the color for

copy the ID as the example below then go to online store click on the dots near customize and open edit code.

Search for base.css file and paste the following code to it.

 

#shopify-section-template--20113974559049__form {background: red !important;} 

 

Use the same approach for the other sections and pages you want to change.

NatashaSaed_0-1700174059565.png

 

If you need further assistant just let me know.

If my solution helped you don't forget to accept it to help others.
===================================================================
And if you really like my support share a cup of coffee with me paypal.me/freemindsint
Master5723
Excursionist
20 1 8

Thank you, what should I do for the color of the text?