Shopify themes, liquid, logos, and UX
Hello, does anyone know why there is no option to set the colour scheme on a blog / blog post template?
These seems really strange/annoying i'm not sure if im missing something
But if not can an anyone please supply me with a code that will set the background colour and ALL text to the same shade
Background will be #EEE9DD
Text will be #353535
thank you!
Hi @junglecatclub
Can you kindly share your store link (with the password, if any) and details of your problem (screenshot/ record) with us? We will check it and suggest you a solution if possible.
B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.
https://jungle-cat-club.myshopify.com/
in the blog post template edit mode there is no option anywhere to select the colour scheme
and currently background and text are both white..
Hey @junglecatclub ,
You're right—Shopify's blog and blog post templates don't always have built-in color scheme settings like other sections. However, you can manually apply your desired background and text colors using custom CSS.
Follow these steps:
1. Online store > Themes > Edit Code
2. Open theme.liquid (found in the Layout folder)
3. Scroll down to find the closing </head> tag
4. Add the following CSS just above </head>:
<style>
/* Set background and text colors for blog and blog posts */
.template-blog, .template-article {
background-color: #EEE9DD !important;
color: #353535 !important;
}
/* Ensure all text elements use the correct color */
.template-blog h1, .template-blog h2, .template-blog h3,
.template-blog p, .template-blog a, .template-blog span,
.template-article h1, .template-article h2, .template-article h3,
.template-article p, .template-article a, .template-article span {
color: #353535 !important;
}
</style>
This method forces the color scheme across blog pages and articles. Let me know if you need further refinements!
If I was able to help you, please don't forget to Like and mark it as the Solution!
Best Regard,
Rajat
hellol thank you but this didnt work, any ideas why?
TRy this one.
section#shopify-section-template--20735956385997__main {
background:#EEE9DD;
color: #353535;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
hello, that has updated the blog template
but still need to adjust blog POST template background to #EEE9DD
if you can help me please
thank you so much!
Which blog post template are you referring to? Please share the URL or let me know the current theme you're working on.
the blog post template https://admin.shopify.com/store/jungle-cat-club/themes/158057070797/editor?previewPath=%2Fblogs%2Fne...
thannk you
Thanks for the info, but this is an admin page. I only need the preview of the blogs.
sorry what do you mean? how can i give the preview?
If it publish theme you just give provide the store URL.
If it another theme that your working currently click preview.
And copy paste the link priview on this button.
And please share who is requesting to check your blog post. It would be difficult for us to provide a solution without seeing the problem.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn 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, 2025