Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Nov 2010
    Posts
    57
    Plugin Contributions
    0

    Default How to change the font size of the middle category area?

    http:// walteholly.com/store/

    Hi, how can I change the font size of SHOP WALTEHOLLY to become bigger, but the footer and header size remains small. I tried changing in the stylesheet.css but the size all change together and I am unable to adjust that.

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

    Default Re: How to change the font size of the middle category area?

    If I understand the question, the text you want to change is navSupp, the font size of which is set here:

    #navMain ul, #navSupp ul, #navCatTabs ul {
    margin: 10;
    padding: 0.5em 0em;
    list-style-type: none;
    text-align: left;
    line-height: 1em;
    font-size: 15px;
    font: Verdana, Geneva, sans-serif;
    }

    If you don't want the other two elements to change, just separate #navSupp ul out into its own rule and leave the other two as they are:

    #navSupp ul {
    margin: 10;
    padding: 0.5em 0em;
    list-style-type: none;
    text-align: left;
    line-height: 1em;
    font-size: 18px;
    font: Verdana, Geneva, sans-serif;
    }

  3. #3
    Join Date
    Nov 2010
    Posts
    4
    Plugin Contributions
    0

    Idea or Suggestion Re: How to change the font size of the middle category area?

    change the font-size & color in "stylesheet.php" under \templates\yourtemplate\css to the required size.

    .categoryListBoxContents a:link, .categoryListBoxContents a:visited, .categoryListBoxContents a:hover {
    color: #fff;
    font-size:0px;
    }

    hope this will solve your purpose.

    regards

    shikhar

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

    Default Re: How to change the font size of the middle category area?

    The actual "SHOP WALTE HOLLY" text is in #navCatTabs ul, so that is the selector you would want to restyle. Perhaps you have already done so, as t looks quite big enough to me now.

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

    Default Re: How to change the font size of the middle category area?

    Yup, sorry. I meant navCatTabs, not navSupp.

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

    Default Re: How to change the font size of the middle category area?

    I figured that was the case - just wanted to clarify for novices reading this.

 

 

Similar Threads

  1. How to change the size of the middle column of the site?
    By punit in forum Basic Configuration
    Replies: 13
    Last Post: 5 Jan 2010, 05:19 PM
  2. 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
  3. Please Help- How to change the size of the middle column of the site?
    By t3z06 in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 2 Sep 2009, 03:22 PM
  4. how to change the font size of product name?
    By lina0962 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 18 Apr 2007, 08:51 AM
  5. How do I change the font size of categories text
    By zenrajan in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 2 Feb 2007, 07:09 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