How do i change the colour of my blog post page

Topic summary

A user seeks to change their blog post page background color from white to #7e6d60 and text/title color to #2f261e instead of black.

Solutions Provided:

Two support representatives offered similar approaches:

  • Navigate to Online Store → Edit Code → theme.liquid
  • Add custom CSS code before the </body> or </head> tag
  • One solution uses JavaScript to target only blog pages specifically
  • Both include code snippets for implementing the color changes

Follow-up Questions:

The original poster shared screenshots showing:

  • A white section that needs changing to #2f261e or removal
  • The comments button at the blog bottom requiring the same color treatment

The discussion remains ongoing as the user seeks clarification on these additional styling elements. Screenshots are central to understanding the specific areas needing modification.

Summarized with AI on November 5. AI used: claude-sonnet-4-5-20250929.

hi i want to change the colour of my blog post page from white to #7e6d60 and to make the text and title colour #2f261e instead of black

Hey @dumbl3d00r

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

HI @dumbl3d00r ,

I have reviewed your requirement, you just need to edit css script and the issue will be resolved. You can follow my instructions!

Step 1: Go to Admin → Online store → Theme > Edit code:

Step 2: Search for the file theme.liquid. And add this code snippet before tag or :


I’m using JS script to append only on blogs page.

Step 3: Save and reload page:

The result will be:

I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.

Have a nice day sir!

@dumbl3d00r ,

Step 1: Go to Admin → Online store → Theme > Edit code

Step 2: Search for the theme.liquid

Step 3: Add this code before



Also how do i change that white part to the same colour #2f261e or remove it and change the comments button to that same colour at the bottom of the blog