The advanced styling editor is fantastic, Is the only way to set the font weight of H1-H16 by editing CSS? Or set to bold?
Yes, you have to add custom CSS to change the font weight of elements.
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
If you need help with the CSS code just provide us with a link to your seite and tell us what you want to change.
cheers
Hi!
You can go to Enfold theme options > Advanced Styling tab and edit Heading elements.
If you would like to use custom CSS and apply on all heading elements, please add following code to Quick CSS in Enfold theme options under General Styling tab
h1, h2, h3, h4, h5, h6 { font-weight: bold !important; }
Regards,
Yigit