Forum replies created

    George Coleman
    Spectator
    Posts: 1
    April 15, 2016 at 11:58 pm #26591

    Hi, I have tried to change my sidebar background color and/or font. No luck. I’ve tried the code above it didn’t work. Can you please assist me? I have installed the Classified Ad Plug In. Have a sidebar on the page but the writing is all white. Need to change the background color or the font color. I’m not too picky as long as one solution will work. Your help would be greatly appreciated. I’ve pasted some CSS below: evolve Plus Theme –
    .widget-content {
    position: relative;
    margin: 0 0px 35px 0px;
    padding: 10px 15px 21px 15px;
    font-size: 13px;
    background: #F6F6F6;
    border: 1px solid #E0DDDD;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
    -box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
    -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
    }

    .widget:after {
    content: “”;
    position: absolute;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
    height: 8px;
    bottom: 0;
    z-index: -1;
    left: 15px;
    right: 15px;
    -webkit-border-radius: 100px / 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
    }