Status
Not open for further replies.
1 comment
In look & feel edit skin css
ipb_common.css

find:
/* Quote boxes */
p.citation {
background: #d3e9dc url({style_images_url}/citation_bg.png) no-repeat right;
color: #2b3730;
font-size: 0.9em;
font-weight: bold;
border-width: 1px 1px 0 3px;
border-style: solid;
border-color: #6fa987;
padding: 5px 8px;
}

div.blockquote {
background: #f3f9f6;
font-size: 0.9em;
border-width: 1px 1px 1px 3px;
border-style: solid;
border-color: #6fa987;
margin: 0px;
margin-top: 0px;
/* Add color of choice for text font here like this */
color: red;


}
 
Status
Not open for further replies.
Back
Top