Shadows on page

hi
there are outline on my waiver page outlining boxes. how to turn that off

Hi Justin,

Thank you for reaching out to us. I tried checking your page but I see it’s under construction. Can you please turn it off for a while or provide us with the User/Pass of your WordPress dashboard using the Secure Note so we can take a look as I am not sure about the outlines you’re referring to.

Thanks!

Hello Justin,

Thanks for asking. :slight_smile:

You can use following CSS under X > Theme Options > CSS:

.x-colophon {
    border: 0 !important;
    box-shadow: none;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

it didn’t work. There is still this shadow see attached photo.

Also how do I get rid of the extra white space on pages above the footer… see in photo.

Hi again,

I checked your page and I don’t see the shadows on the page you’re referring to (see screenshot)

To remove the white space above footer, navigate to Theme Options > Footer and disable Footer Widget Areas (see screenshot)

Let us know how this goes!

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