Change Header Menu Font and Size (Roboto)
-
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.
- The topic ‘Change Header Menu Font and Size (Roboto)’ is closed to new replies.