How to increase font size?

8 replies
  • WEB DESIGN
  • |
Hey sorry for the newbie question but I'm using this code and it's not working:

Code:
.entry p {
line-height:1.8em;
margin-bottom:15px;
font:14px;
}
Do you know how to increase my font size for my page's text?

How To Focus Better
#font #increase #size
  • Profile picture of the author Brandon Tanner
    replace font with font-size
    Signature

    {{ DiscussionBoard.errors[6093775].message }}
  • Profile picture of the author Local Jake
    Here ya go! Just copy and paste this.

    .entry p {
    line-height:1.8em;
    margin-bottom:15px;
    font-size:14px;
    }
    Also remember that your line-height will effect the appearance of your font as well.

    Hope that helps!
    {{ DiscussionBoard.errors[6093790].message }}
  • Profile picture of the author Keep Trying
    Thank you so much guys.
    {{ DiscussionBoard.errors[6093869].message }}
  • Profile picture of the author andrewrasel
    I can do it now. thanks for this.
    {{ DiscussionBoard.errors[6094117].message }}
  • Profile picture of the author TheBizHelp
    Banned
    Hello Keep Trying,
    I think I would like to advise you on your HOW TO GET FOCUSED sales page. You made a link to various websites of testifiers which is highly disapproving. Successful marketers dont do this. Why? because when you make any link in your sales page clickable, then you are unconsciously taking potential customers out of your sales page to another's.

    Advice: Put the links to your testifiers' websites there but make them NON-CLICKABLE links.
    this way, your potential customers will stay on you page till they decide to leave or buy.
    {{ DiscussionBoard.errors[6094617].message }}
    • Profile picture of the author Pathway Insurance
      Originally Posted by louis kennedy View Post

      Hello Keep Trying,
      I think I would like to advise you on your HOW TO GET FOCUSED sales page. You made a link to various websites of testifiers which is highly disapproving. Successful marketers dont do this. Why? because when you make any link in your sales page clickable, then you are unconsciously taking potential customers out of your sales page to another's.

      Advice: Put the links to your testifiers' websites there but make them NON-CLICKABLE links.
      this way, your potential customers will stay on you page till they decide to leave or buy.
      That is a great suggestion, we want testimonials obviously, but we may send our potential prospect in a different direction by allowing the link.
      {{ DiscussionBoard.errors[6097865].message }}
  • Profile picture of the author spaculus
    I suggest you that please set the height in Pixel. because it affected to the font size. Always use the pixel in place of em.
    {{ DiscussionBoard.errors[6104034].message }}
    • Profile picture of the author Karen Blundell
      Originally Posted by spaculus View Post

      I suggest you that please set the height in Pixel. because it affected to the font size. Always use the pixel in place of em.
      and you would be giving out wrong advice, then.
      Signature
      ---------------
      {{ DiscussionBoard.errors[6105933].message }}

Trending Topics