Quote:
Originally Posted by Bubble #5
If anyone knows where I can change this font color please post.
|
Maybe this will work: Add this to the end of your additional.css
Change color of font text below smilie
Code:
#smilies ul.smilielist li div.label {
color: red; /* your color here */
font-size: 11px;
}
Change box size of smilie
Code:
#smilies ul.smilielist li div.smilie {
background: none no-repeat scroll 0 0 #FFFFFF;
border-top: 1px solid #6B91AB;
height: 57px; /* box height */
width: 71px; /* box width */
overflow: hidden;
padding: 2px;
}