Solid background color

Discussion in 'Infoway WordPress Theme' started by moorwa, Jan 30, 2013.

  1. moorwa

    moorwa New Member

    Joined:
    Apr 29, 2012
    Messages:
    11
    Likes Received:
    0
    Location:
    Washington, NC, USA
    How do I set the background to a solid color, such as navy blue, in Infoway?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .wrapper {
    background: navy;
    }
     

Share This Page