I have cleared cache and in mot using any plugins.
To be more precise what I am trying to change is the color and background image of a box on the right hand side of the homepage of matrix24.gr, where the Videos are.
In order to do this i added the following:
background-image:url('http://www.matrix24.gr/wp-content/uploads/2012/07/novaTV_SKIN.jpg');
background-repeat:no-repeat;
to the following existing CSS code:
.blogsSidebarBlack {
float:left;
text-align:left;
padding:0px;
margin:0px 0 20px 0;
display:block;
background:#4973c5;
background-image:url('http://www.matrix24.gr/wp-content/uploads/2012/07/novaTV_SKIN.jpg');
background-repeat:no-repeat;
width:300px;
overflow:hidden !important;
}
Maybe Im still doing something wrong...