My Boss Wants To Remove The Background Completely And Stretch The Site To Full Size, Is This Doable?

Discussion in 'Infoway WordPress Theme' started by jamessia, Aug 2, 2013.

  1. jamessia

    jamessia New Member

    Joined:
    Apr 5, 2013
    Messages:
    8
    Likes Received:
    0
  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) to remove the background of the theme

    Code:
    body {
    background: none;
    }
    But, unfortunately there isn't a way to stretch the site to full size in our theme unless you custom code something up. Sorry.
     

Share This Page