Changing Background on blog posts

  • Unknown's avatar

    I’m a very new web designer and I’ve tried fixing this on my own, but I just can’t figure it out. I have a background image set across my site, but I want to have the background on all my blog posts be plain white. I’ve tried going to the specific template for “Single Posts”, but every time I switch the background there, it changes it across the entire site. I have to imagine there is a simple fix for this, but I can’t figure it out. If someone could help, I’d really appreciate it.

    The site is rankedhouston.com

    The page I need help with: http://rankedhouston.com

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    You should use a different template for your blog than for your homepage. Alternatively, a quick CSS snippet can help with your current setup. To remove the background image for blog pages, you can add the following CSS snippet:

    body {
    background-image: none !important;
    }

    Cheers,

    Sambaran

  • The topic ‘Changing Background on blog posts’ is closed to new replies.