Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi,
I’m having problems with the mobile menu. When I view it on phone size it’s fine. But on a tablet it does not show the top navigation, just the dropdown.
Please can you help. Thanks
Hello,
That’s because the font color is white and this is making it seem invisible. Please add this code into your custom css box:
.menu-small ul.menu > li > a {
color: #3e3b3b !important;
}
Best regards!
Hi,
I put the CSS in but it didn’t work, the writing is still white in tablet view.
Why is it doing this when throughout all the settings I have specified black, not white writing?
Thanks
Hello,
Did you add the !important
to it? I inspected the css of your page but the !important
is missing. Can you please send some credentials in a private reply? So we can check this closely.
Best regards!
You must be logged in to reply to this topic.