View Full Version : how do you make the usergroup names a different color?
My God
09-05-2009, 12:29 AM
using CSS in all style options?
snakes1100
09-05-2009, 01:09 AM
Please post in the correct forum.
Edit the usergroup in question and use the span tag in the user html markup boxes provided.
box 1 - <span style=" color: blue;">
box 2 - </span>
My God
09-05-2009, 01:22 AM
sorry, thought this was the right forum
thanks!
Dismounted
09-05-2009, 04:28 AM
Thread moved into correct forum. :)
My God
07-22-2010, 04:57 AM
sorry for bumpin this but how do i make the names bold as well? the color changed but need to make the names bold as well with color
psychonikeo
07-22-2010, 12:08 PM
sorry for bumpin this but how do i make the names bold as well? the color changed but need to make the names bold as well with color
Not familliar with CSS?
BirdOPrey5
07-22-2010, 02:02 PM
sorry for bumpin this but how do i make the names bold as well? the color changed but need to make the names bold as well with color
Easiest way would be to add <b> OR <strong> to the first box and </b> OR </strong> to the second box- either will work although <strong> is the preferred term.
So your opening box would be like:
<strong><span style="color:green;">
and your closing box would be:
</span></strong>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.