Mobile Dropdown Menu Issue

I have an issue when viewing this theme on a mobile device. The dropdown menu for the pages does not show the text, it shows space for the link, but the text isn’t in white as it is on the desktop version. However, if you click on the blank space, it will take you to the page. This happens on all mobile devices using Chrome, Firefox, and the standard Android Internet browser.

I need to get the dropdown text white. Thanks so much!

Can anyone help? I hate the thought of changing to a new theme because of this issue…

Hi dphillips,

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

I have tested it on my test site using latest version of Unite theme and found the theme menu on a mobile device is working fine without any issue.

I have tested it on your site and could confirm the issue which seems the CSS conflict issue.

To resolve the issue try adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

.navbar-default .navbar-nav .open .dropdown-menu li a{

	color: #fff !important;
}

Best Regards,
Movin