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
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024