Page 3 of 3 FirstFirst 123
Results 21 to 25 of 25
  1. #21
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Changing Main Font

    Now where do I do this for the other content, the content actually found in the main_page.php defined page? I'd like to make that font bigger as well.
    Try using the html area editor in the admin...as it is word processor like in function. You and size & color as you wish.
    Zen-Venom Get Bitten

  2. #22
    Join Date
    May 2005
    Posts
    49
    Plugin Contributions
    0

    Default Re: Changing Main Font

    We already tried that. It works for the color or if we want to make it bold, etc.. but it will not work for changing the size. I'm guessing there's another code somewhere else that overrides this. I found the code to make the entire site's font larger but I just want the font in each page larger, not the entire sites.

  3. #23
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Changing Main Font

    Wrap the defined_page content in a <div> and give it a new class.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  4. #24
    Join Date
    May 2005
    Posts
    49
    Plugin Contributions
    0

    Default Re: Changing Main Font

    ah, I see. Thanks

    Oh I also found out that I can add "em" after the number of the font size i want and it worked too.

    I don't know how you all keep up with all this and actually remember to answer questions. lol

  5. #25
    Join Date
    Sep 2006
    Posts
    55
    Plugin Contributions
    0

    Default Re: Changing Main Font

    This is the code you put at the end of your stylesheet. Leave the main php file alone when possible..

    h1#indexCategoriesHeading {font-family: Monotype Corsiva, verdana, arial, helvevitica, sans-serif;font-size: 3.5em; text-align: center;}

    h1#productListHeading {font-family: Monotype Corsiva, verdana, arial, helvetica, sans-serif;
    text-align: left;}

    h1#productName.productGeneral {font-family: Monotype Corsiva, verdana, arial, helvetica, sans-serif; font-size: 2.5em;}

    **** h1 - at the top of the style sheet - changes the font size on the main page!

    To change the font you just change the first font name IE "Monotype Corsiva' to whatever you want in the first place but be careful not to use anything that isn't standard because other because not all explorers will be able to read it and just print it out as Times Roman or something similar.

    Hope all this helps!
    Bradd

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. What is proper class or id for changing font size on main page?
    By capncrunch0 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 21 Oct 2012, 02:43 AM
  2. Changing Font Size of Sub Catagories on Main Page
    By princess_care in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 Mar 2011, 04:41 AM
  3. Changing Font on Main Page
    By jharmon in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 18 May 2009, 01:30 AM
  4. Global Font Size Setting: Changing Percentage and related EM Font Sizes
    By Donn in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Feb 2009, 09:20 PM
  5. Changing the font
    By Antheia in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 24 Apr 2008, 05:42 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