Remove thin outline between page and background

Discussion in 'ColorWay WordPress Theme' started by aquazebra, Sep 3, 2013.

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

    aquazebra New Member

    Joined:
    Aug 20, 2013
    Messages:
    2
    Likes Received:
    0
    I followed the instructions given here:

    To remove shadow between page and background
    http://www.inkthemes.com/community/threads/remove-shadow-between-page-and-background.2447/

    My Boss Wants To Remove The Background Completely And Stretch The Site to Full Size, Is This Doable?
    http://www.inkthemes.com/community/...ch-the-site-to-full-size-is-this-doable.6482/ thinOutline.jpg

    But...I still have a thin line outlining the page. Is it possible to remove this?

    Here's the site I'm working on:
    http://signature.aquazebra.com

    Thank you so much,
    Mark
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .container {
    box-shadow: none ! important;
    }
    This will solve your issue.
     
  3. aquazebra

    aquazebra New Member

    Joined:
    Aug 20, 2013
    Messages:
    2
    Likes Received:
    0
    Worked - thank you Piyush!
     
Thread Status:
Not open for further replies.

Share This Page