.Feature-content- when changing background color, area around feature images stay white

Discussion in 'GoldenEagle WordPress Theme' started by tantanesa, Feb 22, 2013.

  1. tantanesa

    tantanesa New Member

    Joined:
    Feb 20, 2013
    Messages:
    3
    Likes Received:
    0
    I changed backround color in .feature-content to :

    .feature-content {
    margin-top:15px;
    background:#C8C8C8;
    padding:35px 0;
    -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 2p x rgba(0, 0, 0, 0.1);
    overflow:hidden;
    }

    Now, the area arond feature images stay white (See attached image). How can I fix it? Thanks.
    sample.JPG
     

Share This Page