How to change the font size

by simonbuzz Banned
4 replies
  • WEB DESIGN
  • |
I want to change my font size on my post pages but when I apply the setting my whole theme font size changes. I want that my home page font size stay at 12px and my post pages font size to stay at 14px so how I will do it please help I am using genesis lifestyle theme.
#change #font #size
  • Profile picture of the author Joe Mobley
    If you're talking about Wordpress, I would do it via the user.css file. Post the link and we'll look at it.

    Joe Mobley
    Signature

    .

    Follow Me on Twitter: @daVinciJoe
    {{ DiscussionBoard.errors[4705411].message }}
    • Profile picture of the author ronc0011
      You can also apply styling within your post
      {{ DiscussionBoard.errors[4705638].message }}
  • Profile picture of the author soniasharma
    Banned
    [DELETED]
    {{ DiscussionBoard.errors[4705650].message }}
    • Profile picture of the author ronc0011
      In your post window put it on HTML and then try this

      <p style="font-family:Arial;font-size:14px;"> your text goes here </p>

      Use the same technique when creating your home page.
      {{ DiscussionBoard.errors[4705770].message }}
      • Profile picture of the author positivethinking
        Code:
        body{
          font-size:14px;
        }
        div{
          font-size:13px;
        }
        14 px font size.
        <div> 13 px size text
        <span style="font-size:12px">12 px size text</span>
        </div>
        I hope this example helps.
        You better study little basic about css.
        w3schools.com/css/default.asp
        Check this page. It's one of the most popular tutorial about Css.
        {{ DiscussionBoard.errors[4712605].message }}

Trending Topics