Menu editing

I’m almost finished with my website (thanks Beaverbuilder,) but my wife (my manager!!) doesn’t like the menu. She says it’s too small, and too light. I’m guessing that I can’t change the font size or color?

And if I can’t, will I be able to load a menu plugin, and have it play nicely with Beaverbuilder?
Are there any you recommend?

Thanks,
Douglas

Hey Douglas,

Do you mind sharing the URL of the site in question? Changing the font-size may not be possible using the BB settings but we might be able to provide you with a CSS code that can.

Ben

[Content Hidden]

Hey Douglas,

You should be able to change the colors under Theme Customizer > Header > Header Style > Link Color. For the size, you can use the CSS snippet below.

/* Change primary menu items font-size */
.fl-page-header-primary ul.nav li a {
  font-size: 16px;
}

Ben

Thank you very much, Ben.

Douglas

No worries! Enjoy BB! :slight_smile:

Ben