Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic icon text (Read 1507 times)
SuperGirl
New Member
*
Offline


I am a beginner...

Posts: 12
Location: Sydney
Joined: Mar 1st, 2007
Gender: Female
icon text
Mar 2nd, 2007 at 3:21am
Print Post  
ok, next question! any one know where to change the text that explains the icons?? just its currently black, but so is my bg...
  

SuperGirl
Back to top
 
IP Logged
 
qersys
Senior Member
****
Offline


Yes, I am

Posts: 342
Location: SF
Joined: Dec 29th, 2002
Gender: Male
Re: icon text
Reply #1 - Mar 2nd, 2007 at 5:12am
Print Post  
That would be in the default.css

look for

.small {

Remember, if you change an existing class it will change it everywhere that class is called in the template.

If you just want to change it in that one place, create a new class and then change the call for it in messageindex.template

look for this
Code
Select All
<tr>
	<td width="28%" valign="top">
		<span class="small"><yabb icons></span>
	</td>
	<td width="38%" valign="top">
		<span class="small"><yabb admin icons></span>
	</td>
	<td width="33%" valign="top">
		<span class="small"><yabb access></span>
	</td>
</tr> 

  
Back to top
IP Logged
 
SuperGirl
New Member
*
Offline


I am a beginner...

Posts: 12
Location: Sydney
Joined: Mar 1st, 2007
Gender: Female
Re: icon text
Reply #2 - Mar 6th, 2007 at 11:56pm
Print Post  
Nah. i changed it every where. cant be botherd getting any more technical than that right now, lol. but thanks very much for helping me out that one was really annoying me! so thanks heaps. Grin
  

SuperGirl
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint