• I currently have a background image set for each side of my page, but the center column where the actual post text is, is still white and I can’t seem to get it to change. I would like to use an image for this, is it possible?

Viewing 1 replies (of 1 total)
  • Hey there eatmypoopiepies,

    Hope you’re well today!

    This can be achieved with some custom CSS. Since there is a custom CSS tab in the theme options you can add the code there. It is located in Appearance >> Onetone Options >> General Options >> Custom CSS:

    .main-content {
    background: url(your_image_url);
    }

    This should add the image to your content background. If this doesn’t work please post link to your site so I can take a look.

    Hope this helps ??

    Cheers,
    Bojan

Viewing 1 replies (of 1 total)
  • The topic ‘Change page center background?’ is closed to new replies.