Change Colour of Middle Section....

Discussion in 'ColorWay WordPress Theme' started by rlculver, Jan 9, 2013.

  1. rlculver

    rlculver New Member

    Joined:
    Dec 31, 2012
    Messages:
    19
    Likes Received:
    0
    Hi,

    I would like to be able to change the middle frame colour from white to another colour.

    I know we can do the main background colour, but unsure how to change the main frame which contains the content.

    Is this possible?

    Thank You
     
  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:
    .container{
    background-color:red!important;
    }
    Inplace of "red" put your color code.
     

Share This Page