Home page background shadow

Discussion in 'Infoway WordPress Theme' started by shaffiq, Sep 1, 2014.

  1. shaffiq

    shaffiq New Member

    Joined:
    Jul 31, 2014
    Messages:
    7
    Likes Received:
    0
    I have removed the background image for the homepage, but a border is still shown, with a shadow effect. How do I remove this shadow.

    Also, how can I make the page wider - I've tried full width, but this does not work.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .body_wrapper {
    box-shadow: none;
    }
    
    Unfortunately there is not a way to do it wider.
    Thanks & Regards
    Pramod
     

Share This Page