/*intro*/
.intro_horizontal {
background-color: #eeeeee;
color: #333333;
display: block;
font-size: 12px;
margin: 5px 5px 5px 5px;
}
.quotes {
padding: 0 10px 0 10px;
width: 230px;
}
.quotes div {
background-color: #000000;
color: #0bc158;
font-size: 14px;
font-weight: bold;
}
.quotes img {
padding: 0px 10px 0px 10px;
}
Hi im looking to change the colour of the backround of the quote box.
Ive managed to change the text colour but no joy in doing the background as of yet.
any help?