I have been searching the forums for a quick css code, but could not find it.
I would prefer my headers not to be bold, but rather larger. I have not found a CSS code snippet that made a difference.
Hey Frank!
Please go to Enfold theme options > Advanced Styling tab and edit Heading elements as needed and then add following code to Quick CSS
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
Cheers!
Yigit
And I would like my headers in font Lato not be capitals.
is that possible too?