Results 1 to 6 of 6
  1. #1
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default how to change subcategories font size ?

    i like to increase the font size of subcat that appears on top of the page ( under category links ) ..

    i see the div id categoryListBoxContents with style=width: " but i don't see any styling in CSS that would change Font size of sub categories.

    Using firebug , i get this
    element.style(

    }

    if i add font-size , it works in firebug , but i don't know where to apply that in css or php file .

    any info would be appreciated.

    thanks.

  2. #2
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

    Default Re: how to change subcategories font size ?

    Can you post a link?

  3. #3
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: how to change subcategories font size ?

    thanks i think i figured it out..

    .categoryListBoxContents inherits all its styling from other elements in css.

    i added this rule at the end of my style . .

    .categoryListBoxContents a {

    font-size: 1em

    }

    this just will only adjust the size of subcategories to the size i need.

    Thanks ..

    ps : i was editing the wrong stylesheet, thats why nothing was showing

  4. #4
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

    Default Re: how to change subcategories font size ?

    It is always most satisfying when you work it out yourself!
    Last edited by kiddo; 16 Jan 2009 at 01:37 AM. Reason: cuz my spelling and english sux

  5. #5
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: how to change subcategories font size ?

    i do all my test on test server , before committing any changed on live server.
    on live server i have all over ride in place .. even though im using zencart template .. but on my test server , didn't over ride . so i was editing css in template_default , rather then Classic ..

    i just learned something

  6. #6
    Join Date
    Jan 2006
    Posts
    123
    Plugin Contributions
    0

    Default Re: how to change subcategories font size ?

    tony_sar thanks for sharing that. One less thing for the brain cell to figure out.

    kiddo "It is always most satisfying when you work it out yourself!" The only problem with that statement is that it takes to damn long. lol
    Wishing I was Zenned !
    It's amazing what happens when I put the files in the right folders !!!

 

 

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. Increase font size of subcategories
    By Kitty in forum General Questions
    Replies: 18
    Last Post: 12 Jan 2011, 07:17 PM
  3. How to change the Salutation font size?
    By willieWontGo in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 Oct 2009, 09:50 PM
  4. Change font size and make price bold in subcategories listings..
    By ilmarchez in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 25 Sep 2009, 11:11 PM
  5. How to change Menu->subcategory font size?
    By toussi in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Nov 2008, 05:36 AM

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