Remove shadow between page and background

Discussion in 'Infoway WordPress Theme' started by brownthumbgreen, Feb 17, 2013.

Thread Status:
Not open for further replies.
  1. brownthumbgreen

    brownthumbgreen New Member

    Joined:
    Feb 17, 2013
    Messages:
    12
    Likes Received:
    2
    I'd like to make the background on my site white (which I learned to do thanks to your great answers in these forums, so thanks). The problem is when I change the background to white, there is a shadow around the page between the page and the background. I'd like the page to flow seamlessly into the white background without the shadow. Is there a way to do this?

    Thank you!
    Melanie
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .body_wrapper {
        box-shadow: none;
        }
     
  3. brownthumbgreen

    brownthumbgreen New Member

    Joined:
    Feb 17, 2013
    Messages:
    12
    Likes Received:
    2
    Thank you for helping me resolve this!
     
Thread Status:
Not open for further replies.

Share This Page