• 803207739ucla

    (@803207739ucla)


    Hello,

    I’m trying to change both the font and font size on my laptop’s main menu (“Homepage, About, Services, Contact”) I’ve successfully changed the font on my btn-menu, but I’m having difficulty with this one.

    I’m working with a child theme, and I’ve tried the following css code’s to no avail, unfortunately.

    Does anyone have any suggestions?

    I’ve tried the following css codes:

    .wp_nav_menu {
    font-family: ‘Roboto’, ‘Helvetica Neue’, sans-serif;
    }

    #wp_nav_menu {
    font-family: ‘Roboto’, ‘Helvetica Neue’, sans-serif;
    }

    #mainnav {
    font-family: ‘Roboto’, ‘Helvetica Neue’, sans-serif;
    }

    .mainnav {
    font-family: ‘Roboto’, ‘Helvetica Neue’, sans-serif;
    }

    My url is: https://www.pivotwright.com

    Thanks in advance, guys.

Viewing 2 replies - 1 through 2 (of 2 total)
  • WEN Solutions

    (@wen-solutions)

    Hi 803207739ucla

    If you want to change font-family and font-size there seems to be options available on theme’s customization section.
    First Go to Admin Panel -> Appearance -> Customize -> Fonts,
    In this section you will find different options for font-family and font-size.
    If available options doesn’t seem to resolve your issue the your can report.
    Further help will be provided.

    Regards!!

    Thread Starter 803207739ucla

    (@803207739ucla)

    Hi WEN Solutions,

    Okay, thanks. Did I reference everything correctly?

    —————–
    BODY FONTS:
    Font name/style/sets: Source+Roboto:400,400italic,600
    Font family: ‘Helvetica Neue’, sans-serif

    HEADINGS FONTS
    Font name/style/sets: Roboto:400,500,600
    Font family: ‘Helvetica Neue’, sans-serif
    —————–

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Header Menu Font and Size (Roboto)’ is closed to new replies.