Hi
We want the color and style of the links in the /customer/tab.tpl file to be different to the link style in the rest of the site.
I have added a new style to our css file called Tab22
a.Tab22:link { color: #ffffff; font-size: 200px; font-family: verdana, arial, helvetica, sans-serif; font-weight: normal; font-style: normal; text-decoration: none }
then I changed
PHP Code:
<td class="Tab"{$reading_direction_tag}>{$tab_title}</td>
to
PHP Code:
<td class="Tab"{$reading_direction_tag}><div class="Tab22">{$tab_title}</div></td>
There is no change to link color on the site.
any idea where I went wrong?
Thanks