Quote:
Originally Posted by bajrice
hi there,...
ahm one question how to remove this dark background to default one ?!
thanks
|
You can do either of two things.
Find
Code:
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}" style="background-color: #2f4456; outline: none;">{vb:raw bbuserinfo.username}</a>
You can replace the #2f4456 with what ever colour you want or you can remove the background colour altogether by replacing the above code with this
Code:
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:raw bbuserinfo.username}</a>