Top Level Menu font size and visibility

Hi,

First let me thank you for the fantastic free theme, I love it.

I have spent 2 days tinkering with it and reading through all 20 pages in the support forum for Dazzling, but I don’t seem to be able to find the answer to my question.

Is there a simple way to change the font size in the top level menu and perhaps make it bold to make it stand out a little more.

Here is a link to my test website: bam-web-design.com/maxperformance/

Kindest Regards
Bam Bam

You can change font weight for top level navigation items by adding this simple code to Appearance >> Theme Options >> Other >> Custom CSS.

.navbar-default .navbar-nav {
  font-weight: bold;
}

Let me know if this is what you were looking for.