How to get rid of whitespace


If you see above you’ll see there’s a white box basically around the content separate from the background. It appears on every page. How do I get rid of that box on the home page?

Hi Lily,

Thank you for writing in, regretfully that would require a bit customization, I can provide you a bit of custom CSS to remove that white content background with the understanding that it would ultimately be your responsibility to take it from here. You can add this to Theme Options > CSS

.home .entry-wrap {
	background-color: transparent;
	box-shadow: none;
}

You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial

Cheers!

I will try adding this, thank you!

It worked perfectly thanks!

Glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.