Menu not showing

Hello,
I downloaded the sparkling theme, but the main menu is not showing. I don’t have any plugins installed yet. I tried adding dazzling and the menu shows up. But I really like sparkling so I am wondering if there is something I can do to get the menu to show.
Here is the link to the site: http://willsrecords.com/new/

Thank you.

I can just see your menu (home and artists). I think its the colour light grey of the names on white background makes it very difficult to see. Try changing the colour.

Hope this helps.

Facepalm Yes,that is the issue. Thank you.

Hi @web20005,

I hope you are well today and thanks for posting here.

It seems you have changed the navigation background color to white on your site therefore the navigation menu text having white color is not displaying on it.

You can change the navigation menu text from the theme settings on the following path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Header

Alternatively you can also try changing it by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

.navbar-default .navbar-nav > li > a {
    color: #000;
}

Best Regards,
Movin