Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2012
    Posts
    65
    Plugin Contributions
    0

    Default What file do I edit if I would like to add a css link?

    If I would like to add this line:

    <link href='http://fonts.googleapis.com/css?family=Arvo:400,400italic,700,700italic' rel='stylesheet' type='text/css'>

    to function throughout my ZC, in what page (file) do I add it to?

    Thank you.

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: What file do I edit if I would like to add a css link?

    Normally to include a stylesheet, you simply save the stylesheet file in your template's /css/ folder (with a name starting with "style"). Obviously you can't do that here, so you could either add a jscript_fontstyle.php file in your template's /jscript/ folder that does the calling, or edit /includes/templates/your_template/common/html_header.php and insert the call in the appropriate sequence.

    jscript_fontstyle.php
    PHP Code:
    <?php echo '<link href='http://fonts.googleapis.com/css?family=Arvo:400,400italic,700,700italic' rel='stylesheet' type='text/css'>' ;?>
    (Not tested yet - post with your results if you try it.)

  3. #3
    Join Date
    Sep 2012
    Posts
    65
    Plugin Contributions
    0

    Default Re: What file do I edit if I would like to add a css link?

    Pasted:
    <link href='http://fonts.googleapis.com/css?family=Arvo:400,400italic,700,700italic' rel='stylesheet' type='text/css'>

    into the <head> of /includes/templates/your_template/common/html_header.php

    Added:
    font-family: 'Arvo', serif;

    into the body{} of my stylesheet.

    Works great!
    Thank you

 

 

Similar Threads

  1. I would like to add link to an EZ page in top menu
    By ald0413 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Feb 2011, 10:04 PM
  2. I would like to edit what my model display says
    By lizar5- in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 2 Jun 2008, 02:27 AM
  3. Would Like to Edit Orders
    By JS1scuba in forum Managing Customers and Orders
    Replies: 1
    Last Post: 14 Mar 2008, 06:49 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR