Removing gray squares from Background

Discussion in 'Andrina WordPress Theme' started by muscogeefence, Sep 21, 2013.

  1. muscogeefence

    muscogeefence New Member

    Joined:
    Sep 19, 2013
    Messages:
    1
    Likes Received:
    0
    I want to change the color of my background. I DO NOT want the gray squares and have tried many different things to remove it. I have read the forum's and many people have given advice, but none of them work. Please help. We want it to be a solid color. NO SQUARES.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    body {
    background: red!important;
    }
    Inplace of "red" put your color code.
     

Share This Page