Tagged: font weight
https://www.dropbox.com/s/1z49ahsqwjaq5mu/Screenshot%202014-08-25%2011.50.01.png?dl=0
How can I decrease font weight in headers and things like that?
https://www.dropbox.com/s/kh5yt07szbzs2to/Screenshot%202014-08-25%2011.51.18.png?dl=0
Hi samforan!
Thank you for using Enfold.
Looks like you’re using the special heading element. What is the Heading Type that you’re using? If you’re using H1,you can set the font weight with this on Quick CSS or custom.css:
#top #wrap_all .header_color h1, #top #wrap_all .main_color h1, #top #wrap_all .alternate_color h1, #top #wrap_all .footer_color h1, #top #wrap_all .socket_color h1 {
font-size: 28px;
font-weight: 300;
}
Cheers!
Ismael