Thread: css edit to tab
View Single Post
  #1  
Old 04-16-2008, 01:07 PM
 
mymacstore mymacstore is offline
 

Newbie
  
Join Date: Apr 2008
Posts: 4
 

Default css edit to tab

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
__________________
mymacstore
Reply With Quote