Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #372364

    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?

    #372367

    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

    #372419

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.