Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Apr 2008
    Posts
    33
    Plugin Contributions
    0

    Default main page font size

    Hi, hope you can help....
    I'm new to this and have been struggling by myself to get a website up and running.

    I would like to change the font size of the text on my main page to a larger font and can't remember how I did it....i've had some time off recently.

    The text is written in define_pages_editor and linked to an ez-page. not sure if this is the right way to do it but it seems to work.

    the url is www.snow-kit.com/shop

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

    Default Re: main page font size

    If you want to increase the size of all the fonts, you can change the font-size in the body element in your stylesheet

    If you just want to change the font in the center column, find .centerColumn in your stylesheet and change the font-size part.

    You may have to separate it from the other elements, if you don't want other changes.

    If you search the stylesheet for 'font-size' you'll see all the places it's set now.

  3. #3
    Join Date
    Apr 2008
    Posts
    33
    Plugin Contributions
    0

    Default Re: main page font size

    Stevesh, many thanks. I have made the changes and now most of the pages are ok but my contact page seems to exceed the width of the page on the right hand side of the centerColumn and the text seems to be a different size to the main pages.

    Any idea how I can control this?

    www.snow-kit.com/shop

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

    Default Re: main page font size

    Not sure about the different font size, but you can make the text box smaller here in your stylesheet:

    TEXTAREA {
    /* float: left;*/
    margin: auto;
    display: block;
    width: 664px;
    }

  5. #5
    Join Date
    Apr 2008
    Posts
    33
    Plugin Contributions
    0

    Default Re: main page font size

    Yes, I've already tried that but it doesn't seem to control the contact us page. The text is written in define_pages but all I have written here is our URL.

    Is the width of that page driven by the width of the comment field? if it is, can I change this somewhere?

    http://snow-kit.com/shop/index.php?main_page=contact_us

  6. #6
    Join Date
    Apr 2008
    Posts
    33
    Plugin Contributions
    0

    Default Re: main page font size

    Bingo, I've just tried it again and it worked.... I must have not updated the css properly.

    Just one issue left - where do I reduce the text size in these forms?

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

    Default Re: main page font size

    Look for 'label' in the stylesheet - double check, as it may change other stuff you don't want changed.

  8. #8
    Join Date
    Aug 2008
    Posts
    54
    Plugin Contributions
    0

    Default Re: main page font size

    i just added an "about us" page thru one of the FAQ contributions. however, text is not showing up. do i need to turn that on somewhere or something? where can i find this information?

  9. #9
    Join Date
    Apr 2008
    Posts
    33
    Plugin Contributions
    0

    Default Re: main page font size

    stevesh, many thanks for the tip but I still can't seem to find a label that controls this. it seems that various elements seem to pick up this font size i.e. the tables in contact us and discount coupons and also the "filter results by" text in the all products section. Any other ideas?

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

    Default Re: main page font size

    OK, try adding a font-size part to:

    LABEL.inputLabel {
    width: 11em;
    float: left;
    }


    That will take care of the 'Full Name' and 'Email Address' parts, anyway.

    Switching to 'teach a man to fish' mode, if you have or can install Firefox, and then the Web Developer plug-in, if you hit Ctrl - Shift -Y, when you put your mouse pointer over an element you'll see the class or id for that element in the box at the top of the browser. Clicking will open the appropriate section of the stylesheet. Incredibly handy tool.

    Also, while I'm here, I don't know if your partnership program is available to schools in the US, but the word 'scheme' has a pretty much totally negative connotation here.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Changing Font Size of Sub Catagories on Main Page
    By princess_care in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 Mar 2011, 04:41 AM
  2. Font size of category images on Main Page.
    By dgent in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 Mar 2011, 04:28 AM
  3. Font size on main page
    By msatkn in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 29 Apr 2008, 03:23 PM
  4. Edit the font size of products description on main page
    By scottyg in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 17 Feb 2007, 12:49 PM
  5. Main page font size
    By fauxtog in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 8 Sep 2006, 08:38 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