global.css approx line 1148
.forum_legend, .forum_legend dt, .forum_legend dd {
color: #32A8B5; /* add your font color like so */
}
or:
global.css approx line 1155
.forum_legend dd {
color: #32A8B5; /* add your font color like so */
}
(2016-11-08, 01:00 AM)eibbed0001 Wrote: [ -> ]I'm learning how to make changes to a theme, but I'm not finding the right place to change the color of the font in my icon legend area below the forums in the Focus theme. Currently the font is white and does not show against the background. In which part of the theme do I find the color setting for the font? And what is the name of that area? It doesn't seem to be part of the footer.
http://ptoshare.com/
Thanks for any help!
Thank you so much! It didn't occur to me that I could simply add a color command. Why was it defaulting to white? I'd be happy to learn where the white originated and learn something more from this. :-)
(2016-11-08, 02:26 AM)eibbed0001 Wrote: [ -> ]Thank you so much! It didn't occur to me that I could simply add a color command. Why was it defaulting to white? I'd be happy to learn where the white originated and learn something more from this. :-)
global.css approx line 161
#content {
color: #fcfcfc; /* because of this */
}
Wow, I'd swear I tried that but I guess not. Thanks.
Based on your reply I also now know how to apply that to the thread legend as well. You've been a big help.