Hey there cultivatedwellbeing,
How are you doing today?
You should be able to change this with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:
https://www.ads-software.com/plugins/simple-custom-css
.navbar-inverse .navbar-inner {
background: #1b1b1b;
}
Replace the color hex value to the one that you want. You can use sites similar to this one to get hex value for the color of your choice:
https://www.color-hex.com/
As for the menu links font please try adding the following:
.navbar-inverse .nav > li > a {
font-family: "Times New Roman", Georgia, Serif;
}
This should change the font, replace the font with the one of your choice. You can find more info about web safe fonts here:
https://www.w3schools.com/cssref/css_websafe_fonts.asp
If this doesn’t work could you please post link to your site so I can take a look?
Hope this helps ??
Best regards,
Bojan