Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    97
    Plugin Contributions
    0

    Default Font sizes in boxes?

    Hi there. I am new to Zencart and so far it is going ok. I have edited the stylesheet but for the life of me can not find where to change the font size in the boxes to the right and left.
    http://ljgdesign.com
    If you look at the page you can see that in the middle is the size I like but the boxes have text that is bigger. Where abouts would it be on the styesheet to change the font size for the side boxes?

    Thanks so much.

  2. #2
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Font sizes in boxes?

    Headings:
    .leftBoxHeading
    .rightBoxHeading

    Content:
    .sideBoxContent
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Font sizes in boxes?

    For the content in the side boxes try adding a font statement to this tag:

    Code:
    .leftBoxContainer, .rightBoxContainer {
    	margin: 0em;
    	border: 1px solid #bd8b99;
    	border-bottom: 1px solid #bd8b99;
    	margin-top: 1.5em;
            font-size: .9em;
    	}
    Zen-Venom Get Bitten

  4. #4
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    97
    Plugin Contributions
    0

    Default Re: Font sizes in boxes?

    THANK YOU!!!!!! so much. It worked and is Perfect!
    Thank you for taking the time to help. I appreciate it :)

    Quote Originally Posted by kobra View Post
    For the content in the side boxes try adding a font statement to this tag:

    Code:
    .leftBoxContainer, .rightBoxContainer {
        margin: 0em;
        border: 1px solid #bd8b99;
        border-bottom: 1px solid #bd8b99;
        margin-top: 1.5em;
            font-size: .9em;
        }

 

 

Similar Threads

  1. Problem with size of boxes and font within boxes on index page
    By Leacat in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 May 2010, 07:11 AM
  2. Font Sizes
    By autoace in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 23 Oct 2009, 05:01 PM
  3. Global Font Size Setting: Changing Percentage and related EM Font Sizes
    By Donn in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Feb 2009, 09:20 PM
  4. different font sizes and colors for boxes and category descriptions
    By melena in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Jul 2008, 07:02 PM
  5. 3 problems: varying font sizes, image link borders and body font size
    By JackA in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 14 Dec 2007, 08:28 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