Archived topic
Slideout Mobile Menu Not Showing Submenus.
3 replies · Started by Joseph on March 14, 2018
I would open a new thread however this subject is inline with the issue I am having. the tapping of the arrow to view submenu is fine. What is not displaying are the submenu tabs. Because they are white on white. Can you share the CSS class to change only the slideout menu text colors. I am using the CSS for the centering of the the logo within the navigation on desktop and have the mobile view enabled. Here is the site.
http://provinciawebdesign.com/client/adamsres/
Password is ares2018
Thanks in advance
Hi there,
Try this CSS:
@media (max-width: 768px) {
.main-navigation.slideout-navigation .main-nav ul ul li a {
color: #000;
}
}
Thank you Leo!!
No problem!