How do I go about changing the color (currently a light greenish color) of the Blog Post Article Header? This particular green is not in any of my theme settings so I am not sure where the theme is pulling it from.
Click here to see an example post!
Thank you!
Hey there! I am not sure where the color would be coming from if it is not one of your theme colors, but you could add some CSS to override this.
Navigate to the ‘Default blog post’ template in your theme customizer, select the ‘Blog post’ section from the left sidebar, and you should now have a custom CSS box in the right sidebar where you can enter the following:
.article-template header {
background: #FFFFFF;
}
This will set the background to white, or you can change it to any other hex color that you want.
Hope that helps!
Hi @meganjennifer
This is Victor from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Victor | PageFly
1 Like
Hi @meganjennifer ,
Glad to support you today.
You can check out my suggestion below to get your concern resolved.
- Go to Edit code on Online Store:
- add my code above the tag on Theme.liquid:
*Note: You can replace my color code to another color you want.
Hope you find my answer helpful!
Kind & Best regards,
GemPages Support Team.
Hi Victor,
Thank you for your response! I was looking to change the background color, not the title color. Apologies for the confusion!
Hi @meganjennifer No worries,
Is there anything else that i can help?
Thanks. This was really helpful for me.
Any advice on how to change the colours of the blog comment section and the Blog landing page heading on the dawn theme? Also any ideas on how to do the same for the policy pages?