Results 1 to 9 of 9
  1. #1
    Join Date
    Mar 2008
    Posts
    218
    Plugin Contributions
    0

    Default Font size for links in sidebox

    Where can I find the code to change the font size of the links in the ezpage side box under "important links".

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Font size for links in sidebox

    Quote Originally Posted by sfklaas View Post
    Where can I find the code to change the font size of the links in the ezpage side box under "important links".
    I can shoot in the dark, but a link to the page is much easier...

  3. #3
    Join Date
    Mar 2008
    Posts
    218
    Plugin Contributions
    0

    Default Re: Font size for links in sidebox

    oops sorry about that. www.bendisskin.com

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Font size for links in sidebox

    Quote Originally Posted by sfklaas View Post
    Where can I find the code to change the font size of the links in the ezpage side box under "important links".
    There is no sidebox called Important Links.

    Which one do you need changed...

  5. #5
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Font size for links in sidebox

    Quote Originally Posted by sfklaas View Post
    Where can I find the code to change the font size of the links in the ezpage side box under "important links".
    View the code in the Web page, see what ID or Class is being used.
    Then search the 'stylesheet.css' for the same, change the "font-size" accordingly.

  6. #6
    Join Date
    Mar 2008
    Posts
    218
    Plugin Contributions
    0

    Default Re: Font size for links in sidebox

    Oops again, I changed the name to Bendis Products.

  7. #7
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Font size for links in sidebox

    Quote Originally Posted by sfklaas View Post
    Oops again, I changed the name to Bendis Products.
    includes/ templates/ custom/ css/ stylesheet.css

    Add the following declaration to the bottom of the sheet.

    #ezpagesContent li a {font-size: 1.2em;}
    1. change the red font above as needed.

  8. #8
    Join Date
    Mar 2008
    Posts
    218
    Plugin Contributions
    0

    Default Re: Font size for links in sidebox

    Thanks Haredo! I got it to work!

    While you are here, can you tell me if you are able to center the links and add more space vertically between each link?

  9. #9
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Font size for links in sidebox

    Quote Originally Posted by sfklaas View Post
    Thanks Haredo! I got it to work!

    While you are here, can you tell me if you are able to center the links and add more space vertically between each link?
    includes/ templates/ custom/ css/ stylesheet.css

    #ezpagesContent li a {
    font-size: 1.1em;
    line-height: 1.4em;
    }

    #ezpagesContent li {
    text-align: center;}

 

 

Similar Threads

  1. How do I change font size for links?
    By iowabob in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 14 Jun 2011, 02:19 AM
  2. How to change font size on links in Important Links side box (EZpages)??
    By Argyle in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 18 Jun 2010, 07:37 AM
  3. Font size in sidebox
    By flopez01 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 28 Dec 2009, 04:37 AM
  4. Increase font size for links
    By butchx5 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 10 Jan 2009, 01:48 PM
  5. Font and font size for Welcome to... message
    By Peace Freak in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 11 Jun 2006, 04:03 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