I've created a new css class (below) and added it to the bottom of skin1.css
Quote:
.ArtistText {
FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
COLOR: #666666; FONT-SIZE: 18px;
}
|
I'm calling it in the following manner...
Quote:
<FONT CLASS=".ArtistText">{assign var="Artist" value=$products[product].productid|extrafield:3} {if $Artist ne ""} {$Artist} {/if}</font>
|
...but it is just displaying the text in the standard 'FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif; COLOR: #550000; FONT-SIZE: 10px; way?
Where am I going wrong?