- AuthorPosts
- September 8, 2020 at 4:10 pm #26543George SwiftGuest
Hi,
hope you’re well.
Almost done with my first BoldGrid site and have really enjoyed using the product.
The only issues i am now left with that i hope you can help with are to do with my posts page. I have only recently started learning CSS so apologies for my basic understanding.
So currently I cannot find a way to change the background of my posts page, the area currently in orange, in the link above i want to make white, but cannot find how to do so. I have tried .post {background-color: white !important; } as well as .post-template-default but this only changes a portion of the screen area.
I believe this is pulled from the primary pallet but if i edit the colour configuration in the customiser it will change other areas of my site which i dont want it to. Is there a way to just specifically change the posts section to have a white background?
September 8, 2020 at 4:15 pm #26620Jesse OwensKeymasterHi George-
I took a look at the single post that your sent over privately, and it looks like this CSS rule will accomplish it:
body.single-post, body.single-post .site-content{ background-color: white !important; }
I clicked around on your site to see if you also had an archive page for posts, and I didn’t see one, but if you are using a posts page, you can also add this one:
body.archive, body.archive .site-content { background-color: white !important; color: black !important; }
- This reply was modified 4 years, 3 months ago by Jesse Owens.
September 11, 2020 at 11:00 am #26795George swiftGuestThanks jesse really appreciate all your help over the past few questions.
Have a good weekend
September 11, 2020 at 11:01 am #26802Jesse OwensKeymasterGlad to help George! Let us know if you have any more questions, we’re happy to help.
- AuthorPosts
- The topic ‘[Resolved] Customize post background in Wedge Theme’ is closed to new replies.