Main Menu font size

Hi, I’d like to change the font size on the main navigation menu. Is there somewhere within theme settings where I can change font sizes or do I need to edit CSS? If I need to edit CSS could you give me the required code please?

Thanks, Gerry

Hey Gerry! Thanks for reaching out. You will need to use CSS to make this change. You can put this snippet into the code section (CSS) in the theme settings:

.fl-page-nav .navbar-nav > li > a {
font-size: 20px;
}

Let me know if that works for ya! Thanks!

Hi Robby, Thanks for brilliant support, yes that worked for me. This will be my first website using Beaver and I’m getting a good feeling about it!

Thanks, Gerry

Wonderful! We’d love to see what you come up with. Don’t hesitate to let us know if you have any more questions. Thanks Gerry!