font change- should be an easy fix

  • Unknown's avatar

    I’m looking to add a page called “honest living” which is a blog series I’m launching. I was wondering if there was a way to change the font of the title “honest living” within the menu. I want it to be the second menu option after “home” and be in some sort of cursive font to stand out as an obvious series.

    Any ideas?

    Thanks!

    Alison

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi Alison, we can use the unique menu item id to target a specific menu item. Since “honest living” is not yet on your menu, I’ve used the about menu item as an example.

    #menu-item-158572 a {
        font-family: cursive;
    }

    The menu item id number will be different on the menu item once you create it. You will have to look in the html and find the menu item id number.

  • The topic ‘font change- should be an easy fix’ is closed to new replies.