Hello guys,
the submenu links in responsive menu are grey. How can we change the color?
Thanks.
wolfguard Hi Add this code in custom.css file and change the color code as per needs
@media (max-width: 767px){ .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #f8f7f7; }}
It is working... Thanks !