• Hi,

    Am I able to change the white space on the sides of this webpage to another color or remove the side columns?
    I tried many things to no avail. I also tried to change the color from 2016 theme customize.

    • This topic was modified 6 years, 10 months ago by jagguy2.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    If you see there is a css mentioned to transparent your body background
    body.page-template-builder-fullwidth-std.elementor-page {
    background: transparent;
    }

    you need to change this or else Add !important to Your css something like this in style.css file on line number 465
    body {
    background: #1a1a1a !important;
    }

    Thread Starter jagguy2

    (@jagguy2)

    Hi,
    I found the setting in elementor/ main widget which changes the color of the whole page and this worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove side white space’ is closed to new replies.