9
Okay, here we go:
First, thanks for everyone's input. However, I'm still stuck on this problem. I think the issue stems from the following code in my style .css (I use the phpbbstyle theme):
td#centercolumn th {background-color:#FFFFFF; background-image: url(images/cellpic3.gif); color: #096135; padding : 7px; vertical-align : middle;}
td#centerCcolumn {width: 100%; padding: 0px;}
td#centerCcolumn .blockTitle {font-weight: bold; font-size: 14px; padding: 5px; color: #096135;line-height: 120%;}
td#centerCcolumn .blockContent {padding: 5px; margin-bottom: 5px; }
As you can see, there is no occurence of the color "#efefef" in this code anywhere, so where is it coming from? Why is this text color (for the text heading that appears over cellpic3.gif) even showing up? I did notice that this is only occuring on the forum index page---the "viewforum" and "viewtopic" pages are unaffected and look the way I want them to.
I'm stumped...even Edit CSS was of no help, but it's a great plugin to have in the browser, even if my site's main page looks like garbage in the Firefox browser (everything stretches across the screen, unless you login, then it's okay).
Anyone see anything wrong with or missing from the above .css? My XOOPS CMS site was an install through my webhost's Cpanel and I haven't had many problems with it, other than several 'cosmetic' issues.
I'd appreciate some further input/insight. Thank you, again, to everyone helping out.