View Single Post
Old 12-20-2012, 12:23 PM   PM User | #7
SB65
Senior Coder

 
Join Date: Feb 2009
Location: West Yorkshire
Posts: 2,816
Thanks: 9
Thanked 681 Times in 675 Posts
SB65 will become famous soon enoughSB65 will become famous soon enough
Try:

Code:
#main-wrap #HCB_comment_box blockquote {color:white}
(The #main-wrap is required in the selector to give a higher specificity than this statement:

Code:
#main-wrap .container blockquote {
    background: url("theme/saperator-v.png?984031") repeat-y scroll left top transparent;
    border-left: medium none;
    color: #999999;
    font-style: italic;
    margin: 15px 0;
    padding-left: 30px;
}
- which is why the suggestion above doesn't work.)
SB65 is offline   Reply With Quote
Users who have thanked SB65 for this post:
LauraJae (12-22-2012)