Shopify themes, liquid, logos, and UX
i want to change the title of all 4 of my blog pages to match my current font colour which is #fdf1e5 my website is https://edcf73-5d.myshopify.com/
Solved! Go to the solution
This is an accepted solution.
Hi @dumbl3d00r ,
To change the title color of all four of your blog pages to match your current font color (#fdf1e5), you can add custom CSS to your Shopify store. Here's how you can do it:
Access your theme's CSS file:
Add Custom CSS to Target Blog Titles: Add the following CSS code to target the blog page titles specifically and change their color:
.blog .page-title {
color: #fdf1e5 !important;
}
This will apply the color #fdf1e5 (the light yellow color) to the titles on your blog pages.
Check Your Blog Pages: Refresh your blog pages to ensure the title color has updated correctly.
Got it! If you found my suggestions helpful, please consider liking or marking it as a solution.
Your feedback is appreciated! If you have any more questions or need further assistance, just let me know.
Thanks & Regards
Akshay Bhatt
This is an accepted solution.
Hi @dumbl3d00r ,
To change the title color of all four of your blog pages to match your current font color (#fdf1e5), you can add custom CSS to your Shopify store. Here's how you can do it:
Access your theme's CSS file:
Add Custom CSS to Target Blog Titles: Add the following CSS code to target the blog page titles specifically and change their color:
.blog .page-title {
color: #fdf1e5 !important;
}
This will apply the color #fdf1e5 (the light yellow color) to the titles on your blog pages.
Check Your Blog Pages: Refresh your blog pages to ensure the title color has updated correctly.
Got it! If you found my suggestions helpful, please consider liking or marking it as a solution.
Your feedback is appreciated! If you have any more questions or need further assistance, just let me know.
Thanks & Regards
Akshay Bhatt
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025