Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #399468

    Is there a way to reduce the font weight of the titles and the main menu font?

    #399651

    Hey BuffyO!

    Yes, please go to Enfold theme options > Advanced Styling tab and edit “Main menu links” and heading elements

    Cheers!
    Yigit

    #399915

    I looked there before I posted and then again just now. But I must be missing something as I only see the ability to alter font family, font color and font background. Where do I edit the font weight?

    #400218
    This reply has been marked as private.
    #400879

    Hey!

    Add this to your custom CSS.

    nav.main_menu { font-weight: 600 !important; }
    

    As for the titles are you referring to the heading tags? Or perhaps the main title? You can target them like so.

    h1, h2, h3, h4, h5, h6 { font-weight: 600 !important; }
    .main-title { font-weight: 600 !important; }
    

    Best regards,
    Elliott

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