How Do I Remove the Background Image?

Discussion in 'Infoway WordPress Theme' started by rachelhonoway, May 31, 2013.

  1. rachelhonoway

    rachelhonoway New Member

    Joined:
    May 13, 2013
    Messages:
    2
    Likes Received:
    0
    I'd like to have simply a white background. I've clicked the "Remove Image" and saved the settings, but the white wood paneling continues to show.

    Is there a custom CSS tag I could implement?

    Thank you!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    body {
    background: none;
    }
    This will solve your issue.
     

Share This Page