How to change blog post section as well as page section from white background color to black?

Solved

How to change blog post section as well as page section from white background color to black?

BBajmel
Tourist
18 0 2

Hey Community, 

 

I changed my background color in my stire to black. It worked on most pages/section but not in the blog post section and the "normal" page section. The pics show where its still white.

Screenshot 2025-05-08 at 19.33.52.pngScreenshot 2025-05-08 at 19.37.02.png

 

Could someone assist me with that?

 

Thanks a lot, 

 

Bianca 

Accepted Solution (1)
suyash1
Shopify Partner
10996 1361 1738

This is an accepted solution.

@BBajmel please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css

 

main#MainContent{background: #000;}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 6 (6)

suyash1
Shopify Partner
10996 1361 1738

@BBajmel i think these pages have white background for sections, can you please share this page link?

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
BBajmel
Tourist
18 0 2
suyash1
Shopify Partner
10996 1361 1738

This is an accepted solution.

@BBajmel please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css

 

main#MainContent{background: #000;}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
BBajmel
Tourist
18 0 2

Thanks a lot @suyash1. now the background is black but the writing is still black to and disappeared. whats the code to change the color of text into white?

suyash1
Shopify Partner
10996 1361 1738

@BBajmel - try this

 

h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5, p, span{color: #fff !important;}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
BBajmel
Tourist
18 0 2

awesome, that worked!!!! thank you so much! that was great help.