Welcome Guest[3.142.135.243], connected from
Color for male and female
|
Post: #5
|
|||
|
|||
RE: Color for male and female
No easy way for what you want, but you could have the background kept pink for female and blue for male quite easily.
For the background you would simply put the username section inside a span tag with a male or female class. Something like : < span class="{$post['fid3']}" >< strong >< span class="largetext">{$post['profilelink']}< /span >< /strong >< /span > You now have to create the classes in the CSS file by adding this in AdminCP -> Templates & Style -> Themes -> YourTheme -> global.css .male { background: #e0e0ff; padding: 2px; } .female{ background: #ffe0e0; padding: 2px; } I have temporarely installed these changes to MyBBCodes.com, have a look at a few members posts... |
|||
0 member(s) viewed this thread in the last 365 days :
|
« Next Oldest | Next Newest »
|
WWWHostingServer.com
|
||||||
|
||||||
|
|
|
|
|
Powered By MyBB, © 2002-2025 MyBB Group. Golden Crown - Designed and Published by ghazal & exdiogene of MyBBCodes. Hosting provided by WWWHostingServer.com |