Is there a way to reduce the font weight of the titles and the main menu font?
Hey BuffyO!
Yes, please go to Enfold theme options > Advanced Styling tab and edit “Main menu links” and heading elements
Cheers!
Yigit
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?
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