• Is there an easy way to make the top primary font size bigger or bold? The current size looks a little too small on my page. Thanks for any help.

Viewing 1 replies (of 1 total)
  • You didn’t post a link to your site so I don’t know if you have a child theme installed or a CSS plugin, but you can add this rule via a CSS plugin like JetPack or Custom CSS Manager:

    .primary-navigation a {
       font-size: 15px;
    }

    Adjust the value to whatever size you want. Don’t edit the theme’s stylesheet directly; any changes you make to the theme’s style.css file will be lost the next time the theme gets upgraded.

Viewing 1 replies (of 1 total)
  • The topic ‘top primary menu font size’ is closed to new replies.