Change color of only the top of my container

Discussion in 'ColorWay WordPress Theme' started by sherilj1, Apr 20, 2013.

  1. sherilj1

    sherilj1 New Member

    Joined:
    Sep 20, 2012
    Messages:
    13
    Likes Received:
    0
    I want to change the space above my page headings to a different color from the rest of the container.
     
  2. sherilj1

    sherilj1 New Member

    Joined:
    Sep 20, 2012
    Messages:
    13
    Likes Received:
    0
    I haven't received a response to my post. Is this possible or not.
     
  3. 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:
    .content-info {
    background: red;
    }
     
  4. sherilj1

    sherilj1 New Member

    Joined:
    Sep 20, 2012
    Messages:
    13
    Likes Received:
    0
    Thanks but I want to change the color of the section above the slider.
     
  5. 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:
    .header {
    background: red;
    }
    Inplace of "red" put your color code.
     

Share This Page