Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2009
    Posts
    16
    Plugin Contributions
    0

    Default Change EZ page contet text font size

    Hello All,

    I want to change EZ page contet text font size, it's too small (http://heidimart.com//index.php?main_page=page&id=4). But after several hours research, I couldn't find the answer.

    Is there anyone know?

    Thanks

  2. #2
    Join Date
    Oct 2009
    Location
    Netherlands - NB
    Posts
    146
    Plugin Contributions
    0

    Default Re: Change EZ page contet text font size

    I guess it uses the standard font style in stylesheet.css

    body {
    margin: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 0.7em;
    color: #795252;
    background-color: #9B7969;
    padding: 10px;
    }

    Around line 20 in your stylesheet


    Hope it works

  3. #3
    Join Date
    Nov 2009
    Posts
    16
    Plugin Contributions
    0

    Default Re: Change EZ page contet text font size

    jcdk, thank you.

    I tried your way, but all font size changed. I want to only change the EZ page content font size.

    Is there any way?

    Thanks

  4. #4
    Join Date
    Oct 2009
    Location
    Netherlands - NB
    Posts
    146
    Plugin Contributions
    0

    Default Re: Change EZ page contet text font size

    Then I think you should create a new div class for this page and link it to your stylesheet

    <div class="example">

    Your ez page information

    </div>



    And in your stylesheet


    .example {

    font-family: whatever

    }

 

 

Similar Threads

  1. Change font size for Sign Up page
    By HeyIts007 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 Jan 2012, 06:38 PM
  2. Replies: 5
    Last Post: 15 Feb 2009, 08:43 PM
  3. EZ-PAGE header - change font size and colour
    By nav007_2000 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 12 Oct 2008, 10:52 PM
  4. How do I change font size of EZ Page Nav Titles?
    By Tomjoolery in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 21 Sep 2008, 08:42 PM
  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