Topic Resolution: Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26543
    George Swift
    Guest

    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?

    #26620
    Jesse Owens
    Keymaster

    Hi 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 3 years, 7 months ago by Jesse Owens.
    #26795
    George swift
    Guest

    Thanks jesse really appreciate all your help over the past few questions. 

    Have a good weekend 

    #26802
    Jesse Owens
    Keymaster

    Glad to help George! Let us know if you have any more questions, we’re happy to help.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘[Resolved] Customize post background in Wedge Theme’ is closed to new replies.