Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2010
    Location
    Green Bay, WI
    Posts
    360
    Plugin Contributions
    1

    Default Changing Fonts across entire site

    I have been doing some digging and haven't been able to figure this one out. How do I change the font style across the entire site?

    Thanks for the help.
    Forums are for helping people!! if you don't want to help people then shut up and get off the forum!

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Changing Fonts across entire site

    It really depends on your template, what you've changed so far, etc. In a stock Zencart site using the Classic template, changing the red part here in the stylesheet would change most fonts:

    body {
    margin: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 62.5%;
    color: #000000;
    background-color: #e5edf5;
    }

    The first font in the list will be the one used for most cases. One caveat: if you use a font that isn't included in the browser (or OS) any particular customer uses, he/she won't see what you intended, so it's best to use a more common font.

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

    Default Re: Changing Fonts across entire site

    The body {} rule at the top of the standard stylesheet sets the basic font sitewide; this can be overridden for any particular element or area by other stylesheet rules.
    If you have a Template Monster template, everything is different. They use several major stylesheets, with completely different organization, and many of their page elements have different class or id names even when the element is in the same structure as stock.

  4. #4
    Join Date
    Mar 2010
    Location
    Green Bay, WI
    Posts
    360
    Plugin Contributions
    1

    Default Re: Changing Fonts across entire site

    Yeah I have the template "pain in the A55" monster template. I thought I had it figured out but it didn't change anything.
    Forums are for helping people!! if you don't want to help people then shut up and get off the forum!

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

    Default Re: Changing Fonts across entire site

    Do you have Firefox and its Web Developer and Firebug extensions yet? Those are especially valuable for unraveling a convoluted mass like the TM structure. Reading the .main_t .row1 .col2 .etc {} style rules in the stylesheet by eye can be mind-numbing.

 

 

Similar Threads

  1. Changing width in CSS #mainwrapper is making entire site text scaled up?
    By moheekan in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Mar 2012, 08:23 AM
  2. Host forcing me to use https across entire site?
    By morr in forum General Questions
    Replies: 16
    Last Post: 18 Nov 2010, 10:40 PM
  3. Meta keywords are also being used for meta description across entire site
    By bowerstech in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Mar 2010, 11:26 PM
  4. Changing the "Call for Price" Wording Across Entire Site
    By pattie1970 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 3 Oct 2009, 12:44 PM
  5. Changing Title Fonts
    By aarevalo in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 18 Jun 2007, 10:34 PM

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