Quote:
Originally Posted by qpurser
Tried everything in this css but my headings still stay white as seen in my posting #449
|
Go to: Style Manager, your theme, edit templates, css templates > livenotifications.css and find:
Change the one in red.
Code:
#livenotifications_list li.ln_title,
#livenotifications_list_pm li.ln_title,
#livenotifications_list_friend li.ln_title{
font-weight: bold;
color:#fff;
padding-bottom: 5px;
margin-left: 4px;
This will be tweaked for everyone with stylevar variables to match your themes with next fix.