Change container color

Discussion in 'ColorWay WordPress Theme' started by amgherini, Nov 13, 2013.

  1. amgherini

    amgherini New Member

    Joined:
    Oct 11, 2013
    Messages:
    8
    Likes Received:
    0
  2. Gourav

    Gourav Support Staff

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

    We have checked your issue and it seems that you have successfully changed the color of container by yourself.
     
  3. amgherini

    amgherini New Member

    Joined:
    Oct 11, 2013
    Messages:
    8
    Likes Received:
    0

    Yes, we changed the color to blue for pages, but I would like the container area to be a lighter blue or light grey. How do I do that?
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .container .content {
    background: grey;
    }
    .content .omega {
    background-color: rgb(192, 208, 229);
    }
    In place of "grey" you can put your color or color code.
     

Share This Page