Announcement

Collapse
No announcement yet.

Where is the file to change the font ?

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

    Where is the file to change the font ?

    what file is the info keeped in to change the font used on site

    Plus in the same file is it possible to change the link colour ?

    #2
    Hi there,

    In Actinic, please go to 'Design | Options | Site Defaults | Properties' and enter the Font you like in 'ACTCSSFONTFAMILY | Value'.

    Alternatively, you can edit 'actinic.css' in your Site1 folder (C:\Program Files\Actinic Ecommerce vx\Sites\Site1)

    To change the Font sytle, find
    Code:
    font-family:CUSTOMVAR:ACTCSSFONTFAMILY;
    and replace with
    Code:
    font-family:"Times New Roman";
    Similarly, to change the Link colour, find
    Code:
    a:link{
    color:NETQUOTEVAR:LINKCOLORCSS;
    and replace with
    Code:
    a:link{
    color:"Red";
    Hope this helps.

    Cheers,
    Cheers,
    Suresh Babu G

    Comment

    Working...
    X