Remove White Background Around Content on Home Page

Hello,

I don’t know how to remove the white space around elements, photographs and widgets on my home page.
I have attached a photograph of what I am talking about for further clarity.
I have set the background to the blue colour via “layout and design” in customisation however that did not work.
I have also set all of the background colours of the widgets, elements and photos to the same colour blue but the white is still showing.
Please help.

Thanks,

Hey Miffy,

You’re currently using the Fullwidth page template which has a container with predefined white background. That is the theme’s design for the container. There are 2 options you can choose to remove the container and/or the white background:

  1. Under Page Attributes, choose Blank No Container | Header Footer
  2. Not recommended but if you wish to override the Fullwidth’s template container background color, add this code in Theme Options > CSS
.page-template-template-layout-full-width .entry-wrap {
    background-color: transparent;
}

Hope that helps.

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