Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #167598

    I want to change the title in some of my pages to a thinner font. How do I do this?
    Thanks!

    #167853

    Hey uattah!

    Please give us a link to the page with the title that you want to change. What type of font are you currently using? There are lots of title elements on the theme, which one are you trying to change?

    Cheers!
    Ismael

    #167855

    The font I am using is the default font that came with the theme. I have not changed anything.

    http://proletehealth.com/

    I want to change “medicine of the past made new” to a lighter font weight. I would like to use the same font.

    If I want to use a different font (like PT sans), how do I do that?

    Thank you!

    #167920

    Hi @uattah,

    You can get your title text lighter by editing the CSS style for the h2 heading (the title “medicine of the past made new” you mention is an h2).

    In the theme options, under General Settings –> quick css (at the bottom) you can add this:

    h2 {
      font-weight: normal;
    }

    Please note that this will affect all the other h2 headings throughout the site, they will all appear in normal font weight instead of bold.

    Hope it helps!

    • This reply was modified 10 years, 6 months ago by simonswiss.
    #167991

    Hi @Simonswiss! Thank you so much. This works beautifully. I am totally fine with the changes throughout the site. I can always just add a tag to whatever I want to have a heavier font weight.

    Thank you for this!!

    #167994

    No worries, glad i could help! :-)

    #168088

    Hey!

    Thanks Simon :)

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change font weight to thin’ is closed to new replies.