Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2010
    Posts
    142
    Plugin Contributions
    0

    Default Changing the EZ-Pages TOC Font/Size?

    ok guys- been working on this for hours- searching the forums for hours. I'm not getting this.

    I want to change the Font & Size of the EZ-Pages TOC Links in the header bar. I'm using the Classic Template that came with ZC.

    I THOUGHT I read something about it being locked into the PHP Code and couldn't easily be changed- but not sure if that was referring to an older release of ZC. I thought I also read something about an add-on module to do stuff like that- not sure. I would think that would be a pretty standard thing to do?

    Lastly- I'd LOVE to be able to center all the links within that header bar. Any suggestions on how to do that? My head is spinning, and I'm not very good at CSS (yet!).

    I appreciate any/all input you have.
    Thanks!

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

    Default Re: Changing the EZ-Pages TOC Font/Size?

    #navEZPagesTop a {
    background-color: #FFFFFF;
    line-height: 4em;
    font-size:1.4em;
    }


    For the centering, you could split #navEZPagesTop out of this to its own statement and change the margin:0em; to margin-left:30px or whatever in em.


    #navBreadCrumb, #navEZPagesTop {
    font-size: 0.95em;
    font-weight: bold;
    margin: 0em;
    padding: 0.5em;
    }

  3. #3
    Join Date
    Jan 2010
    Posts
    142
    Plugin Contributions
    0

    Default Re: Changing the EZ-Pages TOC Font/Size?

    ok- just for reference for anyone else- here's how I did it... instead of adjusting the size in the #navezpagesTOP a {, I did this-

    #navEZPagesTop {
    background-color: #FFFFFF;
    line-height: 4em;
    }

    #navEZPagesTop {
    font-size: 1.5em;
    font-weight: bold;
    margin: 2em;
    padding: 0.5em;
    }

    Works great! THANK YOU FOR ALL THE HELP!!!

 

 

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. I would like to change the font size in the ez-pages navigation bar
    By discoverycomputers in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 22 Mar 2011, 12:22 PM
  3. Changing the Font Size
    By autoace in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 29 Sep 2009, 11:11 PM
  4. Changing the font size for index.php
    By findoutthebest in forum General Questions
    Replies: 1
    Last Post: 23 Feb 2009, 08:29 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