![]() |
Changing font color WGO box forum home
1 Attachment(s)
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 :)
|
1 Attachment(s)
actually thats not very clear, this should be better
|
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?
|
this part Lynne
Quote:
|
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.
|
Quote:
:o |
Find this in the FORUMHOME template:
Code:
<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> Code:
<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> |
1 Attachment(s)
Thanks Ozzy, works a treat!
|
Excellent, glad to hear. :)
|
|
All times are GMT. The time now is 05:42 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|