Background color on Pages

Discussion in 'GoldenEagle WordPress Theme' started by marcelocabanas, Nov 21, 2012.

Thread Status:
Not open for further replies.
  1. marcelocabanas

    marcelocabanas New Member

    Joined:
    Nov 21, 2012
    Messages:
    8
    Likes Received:
    1
    How can I change the background of the text areas of the pages? On the main page, the background is gray and the main area is white. In the pages of the menu, the text background is gray. How do I change from gray to white?

    http://www.bateiacultura.com.br/site/
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Put the following code in custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    .main_container {
    overflow: hidden;
    }
    This will solve your problem.

    Thanks.
     
  3. marcelocabanas

    marcelocabanas New Member

    Joined:
    Nov 21, 2012
    Messages:
    8
    Likes Received:
    1
    Thank you again!
     
    askbobbio likes this.
Thread Status:
Not open for further replies.

Share This Page