Log in

View Full Version : MemberList Color problem, inline??


jefferis
01-15-2013, 12:35 PM
Hi folks, I've got a problem where I can't find the stylevar or css which governs it. On the memberlist page, the member names are in white on a white background. When I do an inspection, although I have created a blue color for the names, the CSS shows it is being over-ridden by what appears to be an inline style:
<td class="alt1 username"><a href="member.php?517-quot-themattcole-quot" class="username"><span style="font-style: italic; color: white">&quot;themattcole&quot;</span></a> <span class="usertitle">Free Member</span></td>

<span id="userinfo">
<span class="member_username"><span style="font-style: italic; color: white">&quot;themattcole&quot;</span></span>

I cannot find any template area or whatever that governs this color.
Would appreciate some help on how to find where to modify this color
TIA
Jeff

Disco_Dave
01-15-2013, 12:46 PM
No sure if this will help, go to user group manger, and insert this text in HTML markup:

<span style='font-weight: bold; font-style: bold; color: #007fff;'>

jefferis
01-15-2013, 03:03 PM
No sure if this will help, go to user group manger, and insert this text in HTML markup:

<span style='font-weight: bold; font-style: bold; color: #007fff;'>

Won't this change the colors for all themes? We have a white text on dark bkground and dark on white...

I only want it to affect one theme.

THANKS, I changed it to color: inherit; and that worked !