Can someone help me to change the color of the Titles of page to the color #041e49?
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-titlewithcolor: #0e1489 !important;
Outcome:
- The solution successfully resolved the issue
- User confirmed the code worked as intended
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