Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   Widget title is a mysterious color after a change and I can't get it back to #FFFFFF; (http://forum.bytesforall.com/showthread.php?t=14879)

Thomas Jul 13, 2011 01:26 PM

Widget title is a mysterious color after a change and I can't get it back to #FFFFFF;
 
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

juggledad Jul 13, 2011 01:51 PM

the code shows
HTML Code:

<font _moz-rs-heading="" target="_self" style="font-weight: bold; color: rgb(59, 92, 167);">Upcoming Classes</font>

Thomas Jul 13, 2011 02:15 PM

Thanks Juggledad - Is that the selector? _moz-rs-heading

Also, using Firebug, where do I see that?

juggledad Jul 13, 2011 02:35 PM

hmmm, it's not in the actual source, but the examine in Firebug is showing it.

try disabling all your plugins

Thomas Jul 13, 2011 02:45 PM

OK I'll try it but I haven't touched a plugin in weeks and the color has been #FFFFFF; and displaying just fine until I used Larry's code to properly underline the links but I can't see how that code which was simply:

#events-widget-3 a:hover {
text-decoration: none;
}
#events-widget-3 a {
text-decoration: underline;
}

would affect the widget-title. Also, when I comment out that code, the title color still shows blue..

regardless, I'll check the plugins. But for now, can you help me remove the underlines in all of the page menu selections?

Thomas Jul 13, 2011 03:08 PM

Well I evidently do have control over the background color in ATA style widgets so I just made that white.

lmilesw Jul 13, 2011 06:52 PM

I am not clear on how you want the sidebar widget titles to show. Is there supposed to be a background color? Also you said that there were underlines in the menu bar and I don't see them.


All times are GMT -6. The time now is 07:20 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.