Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Menu / Mega menu
Mobile Menu Issue
enkinmedia
September 2016
in
Menu / Mega menu
Hey on this site,
http://enkinmedia.com
The mobile menu when view on mobile devices when click is just a black box.....why is that and how to fix it to work?
Comments
Albert
September 2016
Hi,
menu items are the same color as background and that's why are invisible. What you can do then is change their color for mobile:
@media
only screen and (max-width: 767px) {
#Top_bar #menu ul li a span { color: #FFF; }
}
Sign In
or
Register
to comment.
Comments
menu items are the same color as background and that's why are invisible. What you can do then is change their color for mobile: