Viewing 5 reply threads
You must be logged in to reply to this topic.
Header is different in mobile than desktop for some reason.
Mobile Menu Font Color won’t change from white.
Logo Hides Hamburger
Any Ideas?
Thanks!
Hello,
First, please make sure to have set ON the Show Responsive Menu Dropdown in Header Options.
Then add this css in General Options > Custom Css:
@media (max-width: 480px){
#logo {
left: 80px !important;
}
#logo img {
margin-top: -105px !important;
height: 200px !important;
}
}
Let us know.
Best regards!
It worked mostly. The only thing is that the menu font is white and the background is white and I can’t change it. Even I change the color of the font for the Header in the settings, it still shows white.
How do I change it?
Hello,
Please add this css as well:
.menu-small ul li a {
color: #353434 !important;
}
Change the color to your wish.
Best regards!
You’re welcome!
If you like our theme and support, please leave a review on Themeforest, it’s important for us.
Thank You!
You must be logged in to reply to this topic.