My original issue is here http://forum.bytesforall.com/showthread.php?t=14872 which was resolved but now in two widgets that are in the right sidebar (#text-4 and #events-widget-3) the "color:" has changed to a mysterious blue, #395DA5; I cannot find this color anywhere in CSS inserts or Style widgets - I even exported the ATA text file and searched that - I have no idea where it came from. I have tried all of the following to get the titles back to white to no avail. The site is http://strategicedgeinstitute.com/
Any ideas?
.widget-title {
color:#FFFFFF;
}
#widget-title {
color:#FFFFFF;
}
div#widget-title {
color:#FFFFFF;
}
#events-widget-3 .widget-title {
color:#FFFFFF !important;
}
.widget-title {
color:#FFFFFF !important;
}
#widget-title {
color:#FFFFFF !important;
}
div#widget-title {
color:#FFFFFF !important;
}
#events-widget-3 .widget-title {
color:#FFFFFF;
}
td#right .widget-title {
color: #FFFFFF;
}
Also, my page menu links now have underlines and I'm trying to remove those as well.
Thanks!
Thomas