View Full Version : Changing font color WGO box forum home
yamahapaul
01-07-2014, 06:47 PM
How do I change the font color in the WGO box as shown on the attached pic? I'm sure that I used to know bvut have forgotten and cannot find it anywhere.... thanks in advance :)
yamahapaul
01-07-2014, 06:50 PM
actually thats not very clear, this should be better
Lynne
01-07-2014, 10:10 PM
You want to change the color of the font only where it says "There are currently xxx users online. yyy members and zzz guests"? Or you want to change the font color within that whole box or what? And what of the bold headings - those font colors too?
yamahapaul
01-07-2014, 10:12 PM
this part Lynne
"There are currently xxx users online. yyy members and zzz guests"
Lynne
01-08-2014, 05:14 PM
You would need to edit the FORUMHOME template and put a <span> around that text and either give it a class and then define the class in your css template, or just add the style directly to the <span> tag.
yamahapaul
03-15-2014, 07:19 PM
You would need to edit the FORUMHOME template and put a <span> around that text and either give it a class and then define the class in your css template, or just add the style directly to the <span> tag.
how would I do either Lynne? you lost me at the put a <span> part...
:o
ozzy47
03-15-2014, 10:30 PM
Find this in the FORUMHOME template:
<p>{vb:rawphrase there_are_x_y_online_link, {vb:raw totalonline}, {vb:raw session.sessionurl_q}} <span class="shade">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}, {vb:raw numberguest}}</span></p>
And change it to this:
<p><span style="color:red;">{vb:rawphrase there_are_x_y_online_link, {vb:raw totalonline}</span>, {vb:raw session.sessionurl_q}} <span class="shade" style="color:red;">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}, {vb:raw numberguest}}</span></p>
You can change the two instances of color:red to any color you wish.
yamahapaul
03-15-2014, 11:17 PM
Thanks Ozzy, works a treat!
ozzy47
03-15-2014, 11:18 PM
Excellent, glad to hear. :)
yamahapaul
03-15-2014, 11:18 PM
A bit cheeky I know but... any thoughts on this-
https://vborg.vbsupport.ru/showthread.php?t=309496
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.