Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2005
    Posts
    56
    Plugin Contributions
    0

    Default How do I change the font size of categories text

    Take a look at www.mlsfabrications.com and click on 'Shirts' under categories sidebox. The font size of the text "Select from our collection of Short ..." is way too small. I need to increase that.

    I did a view source and found that the css class is catDescContent (as below) but cannot seem to find that is the style sheet which is -includes/templates/templateoverride/css/stylesheet.css

    Any help will be highly appreciated!! Maybe it is just a small thing but maybe I am too tired to notice it ! Thanks !



    <div id="categoryDescription" class="catDescContent"><bold>Select from our collection of Short sleeve, Long sleeve or Youth & Toddler T-Shirts, Adult Sport Shirts, Adult Hooded Fleece, or Adult Crewneck Fleece</bold></div>
    Last edited by zenrajan; 1 Feb 2007 at 06:27 AM.
    ZenRajan
    dotnet programmers, checkout my new forum - www.dotnetworld.net

  2. #2
    Join Date
    Jan 2007
    Location
    California
    Posts
    345
    Plugin Contributions
    0

    Default Re: How do I change the font size of categories text

    Quote Originally Posted by zenrajan View Post
    Take a look at www.mlsfabrications.com and click on 'Shirts' under categories sidebox. The font size of the text "Select from our collection of Short ..." is way too small. I need to increase that.

    I did a view source and found that the css class is catDescContent (as below) but cannot seem to find that is the style sheet which is -includes/templates/templateoverride/css/stylesheet.css

    Any help will be highly appreciated!! Maybe it is just a small thing but maybe I am too tired to notice it ! Thanks !



    <div id="categoryDescription" class="catDescContent"><bold>Select from our collection of Short sleeve, Long sleeve or Youth & Toddler T-Shirts, Adult Sport Shirts, Adult Hooded Fleece, or Adult Crewneck Fleece</bold></div>
    I changed my font size by changing this:

    body {
    margin: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 62.5%;
    color: #000000;
    background-color: #e5edf5;
    }

    I changed it to 75%. (I also changed the font family so the size you need may be more or less percentage.)

    http://208.109.193.212/index.php?main_page=

    Hope that is helpful to you,
    Cheryl

  3. #3
    Join Date
    Apr 2005
    Posts
    56
    Plugin Contributions
    0

    Default Re: How do I change the font size of categories text

    This will change the font size throughout the website, is there any way I can change the font size in categories (and products etc) individually ?

    Thanks!
    ZenRajan
    dotnet programmers, checkout my new forum - www.dotnetworld.net

  4. #4
    Join Date
    Jan 2007
    Location
    California
    Posts
    345
    Plugin Contributions
    0

    Default Re: How do I change the font size of categories text

    The text inside each category description can be changed when you add the category. Same thing with the products. There is a text editing and font menu just like the one here in the forum. Select a bigger font.

    I apologize. I thought you wanted to change the names. The text in the top is small and I missed it cuz it was very late last night. LOL

    Let me know if that doesn't do it for you.
    Last edited by rush_woman; 2 Feb 2007 at 07:06 AM. Reason: correction
    Cheryl

  5. #5
    Join Date
    Jan 2007
    Location
    California
    Posts
    345
    Plugin Contributions
    0

    Default Re: How do I change the font size of categories text

    Oh, that change would be on the Catalog -> Category/Product menu. Select the Shirt Category and click on the 'E" in a circle on the right. That will get you back into the description.

    Sorry, it's late. I'm going to bed.
    Cheryl

 

 

Similar Threads

  1. How to change the font size of the middle category area?
    By sharontan in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 3 Dec 2010, 07:05 PM
  2. Option name is HUGE-How to change the font size?
    By Valgal in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 16 May 2010, 01:16 AM
  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. Replies: 5
    Last Post: 15 Feb 2009, 08:43 PM
  5. 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

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