0
Welcome Guest! Login
0 items Join Now

How to change font size in CSS file

  • How to change font size in CSS file

    Posted 13 years 10 months ago
    • Hey all, I'm using the Zephyer template and trying to change the font size in an article. I've provided a picture of the area I'm trying to change.
      This image is hidden for guests.
      Please log in or register to see it.
      The area is just my name. I just want to increase the size of that Font, and my following email address.

      Anyway, i use Firefox and it's plugin (Firebug) as the pic shows. However, I cannot seem to understand the referencing lines (on the right side of page). I know this has to do with changing the CSS file, which CSS file i'm not sure.

      Apologies because I've actually asked a similiar question to this before but was unable to find a definitive answer.

      Ok, Thanks for any help

      Template; Zephyer
      Link: www.patrickmulholland.com/
    • Last Edit: 13 years 10 months ago by tropicaledit.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: How to change font size in CSS file

    Posted 13 years 10 months ago
    • you can always use inline code like
      <p style="font-size: 14px;>some text</p>

      or use your own id's and classes like
      <p class="mycustom-class>some text</p>

      and add a reference for that in the css like
      p.mycustom-class {font-size: 14px;}

      If it doesnt take the value you may need to add some specificity
      #rt-mainbody div.rt-article p.mycustom-class {font-size: 14px;}

      or just add
      p.mycustom-class {font-size: 14px !important;}
  • Re: How to change font size in CSS file

    Posted 13 years 10 months ago
    • Thanks Henning, I'll try those. Hope all is good.

Time to create page: 0.065 seconds