iJoomla Forum

iJoomla Magazine => Support Questions => Topic started by: ollie303 on May 14, 2008, 03:39:48 PM



Title: Change colour of quote background
Post by: ollie303 on May 14, 2008, 03:39:48 PM
Quote
/*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?


Title: Re: Change colour of quote background
Post by: RicardoCorai on May 15, 2008, 03:26:53 PM
Hi,
Just change this background and refresh your page:
Code:
.quotes div {
background-color: #a0a0a0;
color: #333333;
font-size: 14px;
font-weight: bold;
}
Best regards,