Hi Guys,
Is there a css code that I can use to use a certain font weight and line height of element like h2 h3 etc.
Thanks
Hey robertscott,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
h2, h3 {
font-weight:100!important;
}
If the above don’t work for you please share a precise link to your site.
Best regards,
Vinay
Hi Vinay,
Thanks that worked perfect.
What about the line height?
ive added this:
h2 {
font-weight: 300; line-height: 29px;
}
would that work?
Also, how would I make the main body text for the site to use weight 300 all through the site?