Tagged: CSS, font weight, quick css
I want to change the title in some of my pages to a thinner font. How do I do this?
Thanks!
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
The font I am using is the default font that came with the theme. I have not changed anything.
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!
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!
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!!
No worries, glad i could help! :-)