How to Change The Heading Title Color In Dawn theme

Solved

How to Change The Heading Title Color In Dawn theme

honganhing
Tourist
8 0 2

Can someone help me to change the color of the Titles of page to the color #041e49?

https://29and11.com/pages/verses

Accepted Solution (1)

PageFly-Amelia
Shopify Partner
626 165 238

This is an accepted solution.

Hello @honganhing 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Add this code to the Custom CSS in the Theme Customizer -> Settings ,

.main-page-title {
   color: #041e49 !important;
}

 

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

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


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


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

View solution in original post

Replies 2 (2)

PageFly-Amelia
Shopify Partner
626 165 238

This is an accepted solution.

Hello @honganhing 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Add this code to the Custom CSS in the Theme Customizer -> Settings ,

.main-page-title {
   color: #041e49 !important;
}

 

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

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


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


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

honganhing
Tourist
8 0 2

it worked, thank you