Remove content area shadow

  • kingsays

    #9295

    Hi,

    Is there a simple way of removing the content area shadow?

    I want a clean line where the white of my content area meets the grey of my background.

    There is a shadow all the way around the content area and header that I would like to remove.

    My site is http://www.kingsays.com

    Thanks

    kingsays

    #43278

    Found a solution!

    You can remove the shadow by putting this in custom css:

    #container {
    box-shadow:none !important;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.