Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    Sorry for late reply…the WordPress site is changing their forums and the rSS feeds are not working yet, so I can get notified of posts.

    Anyway, it looks like your image is broken. But if you want the menu links to be bold, you will need to do some custom CSS. If you are using a child theme, you can do this in the style.css file for it, or if you are using Jetpack, you can use its Custom CSS feature, otherwise, use a plugin like Simple Custom CSS.

    You will want to do this:

    .main-navigation {
        font-weight: 600;
    }

    or you can go bolder with:

    .main-navigation {
        font-weight: 700;
    }

    Making the menu items bolder will help make the colour appear darker. If you want to manage the size of the menu font, you can do that from the customizer by going to Appearance >> Customize >> Typography Options

    hi, where does one change the font style of the blog posts? (body and title)

    Theme Author Shaped Pixels

    (@shaped-pixels)

    Hi Russtalavista….I believe you will have the forum moderators request you repost your question as a new topic as this one does not really relate to the current topic here. If you can repost it as a new topic, I will be happy to help out.

    alright thank u, sorry.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to bold and change font in the Primary Menu?’ is closed to new replies.