Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Idea or Suggestion Changing the Font Size

    I am trying to figure out how to change the font size of all the links. The only sizes that I have been able to change is the categories sidebox.

    Please help. Where is it in the stylesheet?

    I have the Web Developer tool (Chris Pederick) but I am a newbie and still learning how to use that tool

    Thank for your help
    Thank you,
    autoace

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

    Default Re: Changing the Font Size

    This should do it (add the red part):

    a:link, #navEZPagesTOC ul li a {
    color: #3300FF;
    text-decoration: none;
    font-size:120%;
    }

    You may have to separate the a:link out into it's own statement.

  3. #3
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Idea or Suggestion Re: Changing the Font Size

    Quote Originally Posted by stevesh View Post
    This should do it (add the red part):

    a:link, #navEZPagesTOC ul li a {
    color: #3300FF;
    text-decoration: none;
    font-size:120%;
    }

    You may have to separate the a:link out into it's own statement.
    Thank you for such a quick reply - it worked!

    Real quick - I just added as you show, what happens if I separate it out as you say?
    Thank you,
    autoace

  4. #4
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Default Re: Changing the Font Size

    Quote Originally Posted by autoace View Post
    Thank you for such a quick reply - it worked!

    Real quick - I just added as you show, what happens if I separate it out as you say?
    Well correction, it worked but not for all the links

    But it is a good start, now the rest should be easier
    Thank you,
    autoace

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

    Default Re: Changing the Font Size

    The generic a:link {} styling will be overridden by any more specific link styling, so you will have to find all cases where an "a" element is included in a selector. Being so short, it's going to be impossible to be very selective in searching the stylesheet for " a" (space-a).

 

 

Similar Threads

  1. Changing the Checkout_Success Font Size
    By cousinschar in forum General Questions
    Replies: 3
    Last Post: 9 Jan 2012, 06:35 PM
  2. Changing the EZ-Pages TOC Font/Size?
    By eyal8r in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Jan 2010, 03:15 PM
  3. Changing the font size for index.php
    By findoutthebest in forum General Questions
    Replies: 1
    Last Post: 23 Feb 2009, 08:29 PM
  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 font size
    By r1formetoo in forum General Questions
    Replies: 19
    Last Post: 18 Dec 2008, 10:52 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