• Resolved hop3y

    (@hop3y)


    First of all, can I say how much I love this theme (left a 5 star review, it’s only right!)

    I would like to get the menu font the same as my header logo. Helvetica Bold, I’ve tried the following CSS but it doesn’t work – please could you point me in the right direction? I’d be ever greatful!

    header .navigation a{
        font-family:"Helvetica Bold";
    }

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Hop3y,

    thanks for using MH Magazine lite and we’re very happy that you like the theme.

    You’re using incorrect CSS classes. For CSS customizations, you can always use your browsers inspection tool to inspect the elements on your site and then use that information to add your own code modifications, for example:

    .mh-main-nav { font-family: "Helvetica"; }

    You can add CSS code in your WordPress dashboard under Appearance => Customize => Additional CSS or by using plugins for adding code snippets.

    Thread Starter hop3y

    (@hop3y)

    Got it!

    Thanks so much.

    How would I apply the same logic to post titles too?

    • This reply was modified 6 years, 7 months ago by hop3y.
    Thread Starter hop3y

    (@hop3y)

    Dupe.

    • This reply was modified 6 years, 7 months ago by hop3y.

    Ok, we’ll give you one more example, but please understand that we can’t assist with custom coding. You can easily use browser inspection tools to find the necessary CSS classes and then apply your CSS code as you like.

    .entry-title { font-family: "Helvetica"; }

    Thread Starter hop3y

    (@hop3y)

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change menu font’ is closed to new replies.