Hello,
I am unable to override Outline.css in template,
I want to remove the circular icons and also change color of the background of picture from grey to white ( see attachment )
div.wall-oi-item-circle {
visibility: hidden;
position: absolute;
top: 0px;
left: -10px;
width: 26px;
height: 26px;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
background-color: #ffffff;
background-repeat: no-repeat;
background-position: center center;
text-align: center;
line-height: 29px;
color: #999999;
}
and
div.wall-oii-image-wrp {
border: 1px solid #ffffff;
background-color: #ffffff;
}
but the changes never appear ? Cleared cache physically too... is this a bug? anyone been able to do it ?