Themes By Design

"MORE" Smilie link

madmax1228
05-31-2008, 10:53 AM
I do not want to change everything in the smallfont class, just the color of the "More" link. I am a novice, so i am looking for feedback on how to make the "More" link Gray.

Here is the text in editor_smiliebox


<if condition="$show['smiliebox']">
<fieldset id="{$editorid}_smiliebox" title="$vbphrase[smilies]">
<legend>$vbphrase[smilies]</legend>
<table cellpadding="4" cellspacing="0" border="0" align="center">
$smiliebits
<if condition="$show['moresmilieslink']">
<tr>
<td class="smallfont" colspan="$vboptions[smcolumns]">[<a href="#" onclick="vB_Editor['$editorid'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false" title="<phrase 1="$vboptions[smtotal]" 2="$totalsmilies">$vbphrase[showing_x_smilies_of_y_total]</phrase>">$vbphrase[more]</a>]</td>
</tr>
</if>
</table>
</fieldset>
<else />
<div id="smiliebox" style="display:none"></div>
</if>

Peggy
05-31-2008, 03:04 PM
That is not where you would change it at.

Login to the acp, go to the Main CSS for the style, scroll down to the legend section, and change the link color.

madmax1228
05-31-2008, 03:13 PM
AH HA, but I started in the main CSS. There is no link color for small class font.:nope:

madmax1228
05-31-2008, 03:16 PM
Did you add a new ico file or did I just miss it before? Nice!

Peggy
05-31-2008, 03:48 PM
AH HA, but I started in the main CSS. There is no link color for small class font.:nope:You're not messing with small class font. You're changing the legend link color.