How to Change The Heading Title Color In Dawn theme

Topic summary

A user needed help changing the page title color in the Dawn theme to #0e1489.

Solution provided:

  • Add custom CSS code to the Theme Customizer under Settings → Custom CSS
  • The code targets .main-page-title with color: #0e1489 !important;

Outcome:

  • The solution successfully resolved the issue
  • User confirmed the code worked as intended
Summarized with AI on November 10. AI used: claude-sonnet-4-5-20250929.

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

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

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

1 Like

it worked, thank you