View Full Version : Change Font
mercepisode
25-Jun-2003, 11:29 AM
Hi all
How do I change the overall font of my site i.e the one for products description, terms & conds etc
Thanks
Aaron
Menar
25-Jun-2003, 11:54 AM
Hi there,
The font can be changed in several ways, however this depends on the 'theme' that you are using.
If using a CSS theme then the font can be changed by going to Design | Options | Site defaults and under the properties area change the font value of ACTCSSFONTFAMILY.
If the theme is anything other the CSS then you will have to insert font tags around the variable's where you like to change the font, For e.g. for product description you will need to find the variable the template resides which is Act_Poductline.html look for the variable NETQUOTEVAR:PRODUCTDESCRIPTION and change it to read <font face="Comic sans ms"> NETQUOTEVAR:PRODUCTDESCRIPTION </font>.
Also the NETQUOTEVAR dictionary can be found in the Advance User Guide which can be downloaded from:http://www.actinic.co.uk/support/downloads.htm
mercepisode
25-Jun-2003, 12:38 PM
Many Thanks
I dont use any templates so accessed the act_productline.html as you said, nows its all done. Dont suppose you know the file to access the terms and conditions.
Cheers
A
Menar
25-Jun-2003, 01:21 PM
Hi,
For the Term & Conditions page please goto Advance | Template manager | Other pages and click on the 'Info lines' button and replace the font in that template, for e.g.
<FONT FACE="Arial">
<B>NETQUOTEVAR:INFOTITLE </B>
</FONT>
<FONT FACE=Arial SIZE=-2>
NETQUOTEVAR:INFOTEXT
Change the font where it reads 'Arial’ to your chosen font.
mercepisode
25-Jun-2003, 01:25 PM
Hi
Thanks for your reply, ive accessed where you said and shows the following
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=10 WIDTH="CUSTOMVAR:ACTSTDWIDTH">
<TR>
<TD VALIGN="TOP" ALIGN="LEFT">
<B>NETQUOTEVAR:INFOTITLE </B>
<SPAN CLASS="actxxsmall">
NETQUOTEVAR:INFOTEXT
</SPAN>
</TD>
</TR>
</TABLE>
I confirm what of the above i change or add.
Thanks
A
mercepisode
25-Jun-2003, 01:40 PM
Sorry i wrote 'I confirm' what i meant to say is can you confirm what part i change
Thanks
Menar
25-Jun-2003, 02:14 PM
Hi,
Please change the following code
<SPAN CLASS="actxxsmall">
NETQUOTEVAR:INFOTEXT
</SPAN>
to read
<font face=Arial SIZE=-2>
NETQUOTEVAR:INFOTEXT
</font>
Change the font where it reads 'Arial’ to your chosen font.
mercepisode
25-Jun-2003, 02:18 PM
Menar you are star!
Many thanks, looks a heck of a lot better now
Cheers
Aaron
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.