PDA

View Full Version : edit whos viewing ..


kes
09-21-2008, 12:51 PM
Hi,

Need a simple bit of advice,

On the homepage where it says (5 viewing) etc..

i want to change its colour, so the (5 viewing) is in a deeper colour

Thanks

kes
09-25-2008, 07:07 AM
can nobody help with this ?

Gray Matter
09-25-2008, 12:52 PM
You want to edit this code inside forumhome_forumbit_level1_post and forumhome_forumbit_level2_post:

<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>

kes
09-25-2008, 01:17 PM
Sorry,

once ive found that code what do i add/edit to change the colour of it ?

Lynne
09-25-2008, 02:10 PM
Sorry,

once ive found that code what do i add/edit to change the colour of it ?
You can add to the <span> tag:
<span class="smallfont" style="color:white;">

kes
09-25-2008, 02:31 PM
top class!!!

done, thanks alot