Frode789

Well-Known Member
Sorry Russ, but these just pop up left and right now :p This time it is the forum activity announcements that is posted into the TaigaChat Pro chat window.

chat.png


You can barely see the text between the username and the link. It is dark for sure ^^
 
:D, really comes down to developer picking random colors to be honest. Things like this should be coded to use content text, or the faint colors.

Code:
#taigachat_box li {
color: #fff;
}

Give that a go in extra.css
 
Replace them with Font Awesome:

Code:
#taigachat_controls .taigachat_bbcode span.mce_bold::before {content: "";}
#taigachat_controls .taigachat_bbcode span.mce_italic::before {content: "";}
#taigachat_controls .taigachat_bbcode span.mce_strikethrough::before {content: "";}
#taigachat_controls .taigachat_bbcode span.mce_image::before {content: "";}
#taigachat_controls .taigachat_bbcode span.mce_link::before {content: "";}
.taigachat_bbcode .mceIcon {background: none repeat scroll 0 0 transparent !important;}
.taigachat_bbcode .mceIcon::before {
font-family: FontAwesome;
font-size: 15px;
}
html .taigachat_bbcode span.mceIcon, html .taigachat_bbcode img.mceIcon {
display: inline-block !important;
}
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back