Thread: Text size

Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2009
    Posts
    8
    Plugin Contributions
    0

    help question Text size

    I am not sure if this is a question about stylesheets. It is a question about category names.

    When a category is created there is a link placed on the main page below the site title and site logo. The font size is very small so my question is: "Where does one change the weight and style of that font"?

    The links in question list all products in that category.

  2. #2
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Text size

    There's a simple thing to try first. Find and open the file includes/templates/YOUR-TEMPLATE/stylesheet.css

    Near the top of that file, find this...

    Code:
    body {
    	margin: 0;
    	font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 65%;
    	color: #000000;
    	background-color: #e5edf5;
    	}
    Change the red part to a larger percentage, perhaps 75% or even 80%, and save the file to your server. That will increase the base size of all text on the site. Look through your site and see if you like the result.

    Once you've got that base size set the way you want it, then you can adjust specific bits of text independantly elsewhere in the stylesheet. For help with that, we'd need a link to your site.

    Rob

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

    Default Re: Text size

    if you still using zencart default stylesheet.css , then add this rule to the end of your style


    #navCatTabs ul {
    font-size:1.5em
    }

    you can change the font size here or add font styling to this specific area of your page .

  4. #4
    Join Date
    Mar 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Text size

    Tony,

    You are a star. That small piece of code worked just the way that I wanted,

    Thanks for your support.

    Regards,

    The Dingbat

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

    Default Re: Text size

    you welcome

 

 

Similar Threads

  1. Text size.....categories
    By karenkte in forum General Questions
    Replies: 2
    Last Post: 29 Jan 2015, 09:23 PM
  2. text size
    By spid3r1987 in forum General Questions
    Replies: 1
    Last Post: 2 Nov 2009, 09:37 PM
  3. edit text size
    By eggrush in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 28 Feb 2008, 01:50 PM
  4. Text Size - boxes
    By phlipper in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 15 Nov 2007, 05:06 PM
  5. Increasing Text Size
    By tbroads1 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 18 Oct 2006, 08:11 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