Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #245070
    chris-karrer
    Participant

    I bought the Photo Journal Pro Theme and enjoying working with it.
    What i cannot find out is how to change font and especially font size of the menu items.

    Someone who know how to do that?

    Thanks

    Chris

    #245095
    Skandha
    Participant

    @chris-karrer: Hello Chris,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-navigation a {
        font-size: 20px;
        font-family: ravie;
    }

    You can change the font size and font family according to your choice.

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘how to change font and size of menu’ is closed to new replies.