Cerulean Theme - Mobile Sub Menus not showing

On the Cerulean Theme, the mobile sub menus do not show (the text is white on a white background) - until the TB team fix the issue, you can add the following into the header/footer section:

@media (max-width:767px) { .navbar .dropdown-menu a { color: #000; } }
1 Like