Dutchstylebike menu doesn't work on mobile

Hi,

Could you please take a look on a mobile version of www.dutchstylebike.com? Menu doesn’t work and I don’t really know why.

Cheers

Hi There,

Thanks for writing in! I see that you have updated Cornerstone plugin, but you’re still using an older version of X theme.

Please update your X theme as well to resolve this issue. You can refer to our update guide here (https://theme.co/apex/forum/t/setup-updating-your-themes-and-plugins/62).

Hope that helps.

1 Like

Great. It works now. Could you also tell me how to change a colour of the menu button on a mobile? It is white now and barely visible. Thank you! Great support!

Hi Rafael,

Yes, you can change the color of mobile menu, by adding the custom CSS below to Theme Options > CSS

.x-btn-navbar,
.x-btn-navbar:hover,
.x-btn-navbar.collapsed,
.x-btn-navbar.collapsed:hover {
	color: red;
}

Feel free to change the red color value.

If you need to adjust the mobile menu button size, please navigate to Theme Options > Header > Mobile Navbar Button Size

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.