Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    May 2006
    Location
    Japan
    Posts
    326
    Plugin Contributions
    1

    Default ez-pages headers font size

    can someone tell me how to change the size of the text that ez-pages puts in the header. you can check out my page here.
    www.skinevo.com i need to make my japanese font bigger, it looks like crap the way it is now. in eglish its the part that says, "30 Day Money Back Guarantee :: Lifetime Warrantee"

  2. #2
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: ez-pages headers font size

    In your admin/ezpages.php file,

    find:


    <td class="dataTableHeadingContent" align="right"><?php echo TABLE_HEADING_STATUS_HEADER; ?></td>
    replace with:


    <td class="dataTableHeadingEzPagesContent" align="right"><?php echo TABLE_HEADING_STATUS_HEADER; ?></td>
    Then, in your admin/includes/stylesheet.css file,

    find:


    .dataTableHeadingContent{
    color:#333333;
    font-weight:bold;
    }
    add right below:


    .dataTableHeadingEzPagesContent{
    color:#333333;
    font-weight:bold;
    font-size: 12px;
    }
    Note: 12px is only an example. If you think it isn't big enough, (or too big), you can change the value from the latest quote above.

  3. #3
    Join Date
    May 2006
    Location
    Japan
    Posts
    326
    Plugin Contributions
    1

    Default Re: ez-pages headers font size

    thank you so much!

  4. #4
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: ez-pages headers font size

    No problem. Glad to see this is what you were looking for.

  5. #5
    Join Date
    May 2006
    Location
    Japan
    Posts
    326
    Plugin Contributions
    1

    Default Re: ez-pages headers font size

    ummm...wait, i think i thanked you too soon, i tried that but it didn't work, well I do thank you for trying, can you try agian?

  6. #6
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: ez-pages headers font size

    I cannot see anywhere, in Zen Cart, where it states|:

    30 Day Money Back Guarantee nor lifetime warrantee.

    Could you be more specific on that ?

  7. #7
    Join Date
    May 2006
    Location
    Japan
    Posts
    326
    Plugin Contributions
    1

    Default Re: ez-pages headers font size

    are you looking at my site? sorry if I didn't word that good. Its what is listed on my site, not in zen cart. I listed it through ez-pages and had it post in the header of my site. www.skinevo.com

  8. #8
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: ez-pages headers font size

    Ah ! now it is explained better.

    In that case, you can disregard my first instruction above.

    Now, what you're looking for is located under: includes/templates/<your_template>/tpl_ezpages_bar_header.php file.

    Find this part:


    <a href="<?php echo $var_linksList[$i]['link']; ?>">
    Change it to:


    <a href="<?php echo $var_linksList[$i]['link']; ?>" class="yourclassname">
    Then, without knowing which type of CSS category you're using, simply add yourclassname with your own CSS name, (as, first, presented from my first example above), and it should do the trick.

    However, I do agree - a CSS class name should really be imported under the template_default so that other users might not question about where this type of decoration, from the header bar, must be customized.

  9. #9
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: ez-pages headers font size

    Oracle there is NO need to change the code

    Code:
    <div id="navEZPagesTop">
    <?php for ($i=1, $n=sizeof($var_linksList); $i<=$n; $i++) {  ?>
      <a href="<?php echo $var_linksList[$i]['link']; ?>"><?php echo $var_linksList[$i]['name']; ?></a><?php echo ($i < $n ? EZPAGES_SEPARATOR_HEADER : '') . "\n"; ?>
    <?php } // end FOR loop ?>
    </div>
    The is an ID on the <div> - create a CSS style for that ID.

  10. #10
    Join Date
    May 2006
    Location
    Japan
    Posts
    326
    Plugin Contributions
    1

    Default Re: ez-pages headers font size

    so which or what should I do, I am lost now, should I change the code or go with what Kim is saying, but if I go w/ what kim is saying, I am going to need some help on that. Don't really know what she is saying.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. How to Change Font Size on Pages?
    By Psykryph in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 16 Dec 2011, 06:22 PM
  2. pages numbers - font size
    By bn17311 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 Mar 2011, 07:44 AM
  3. EZ Pages font size too large
    By LyndaB in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 17 Mar 2011, 02:47 PM
  4. Changing font size of sidebox headers
    By philip24 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 29 Jan 2008, 04:47 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR