Announcement

Collapse
No announcement yet.

Change Font

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Change Font

    Hi all

    How do I change the overall font of my site i.e the one for products description, terms & conds etc

    Thanks

    Aaron

    #2
    Changing font

    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
    Thank You
    Menar Khan

    Comment


      #3
      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

      Comment


        #4
        Font

        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.
        Thank You
        Menar Khan

        Comment


          #5
          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

          Comment


            #6
            Sorry i wrote 'I confirm' what i meant to say is can you confirm what part i change

            Thanks

            Comment


              #7
              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.
              Thank You
              Menar Khan

              Comment


                #8
                Menar you are star!

                Many thanks, looks a heck of a lot better now

                Cheers

                Aaron

                Comment

                Working...
                X