Background Colour

Discussion in 'GoldenEagle WordPress Theme' started by dinobravo10, Feb 7, 2013.

  1. dinobravo10

    dinobravo10 Member

    Joined:
    Jan 17, 2013
    Messages:
    93
    Likes Received:
    3
    Hi

    How do i change the background color of the theme?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    body {
    background: blue;
    }
    This will solve your issue.

    Thanks.
     

Share This Page