Hi,
Please Go to Admin Dashboard >>Appearance >>Theme Options >>General Settings and find Custom CSS Editor
Now copy below CSS in Custom CSS Editor
@media (max-width:480px){
.container .navbar-collapse{
background-color:#fff !important;
}
.container .navbar-collapse a{
color:blue !important; }
}
Save the changes.
Thanks.
Thanks! That works for if I’m viewing the site in landscape orientation (my iPad turned sideways), but if I’m holding my device in portrait orientation, the color is still black. I took screenshots (see below)
Landscape: https://drive.google.com/file/d/0B6gQiqZIow9nNGIxTGdreVpYZ0hJMDVLMk9fYnZDeEJlRzJR/view?usp=sharing
Portrait: https://drive.google.com/file/d/0B6gQiqZIow9ncHlOb1lxc2x0OXVkUkdwYVMwSFZTSTJsYmJN/view?usp=sharing
Hi,
Please use this css instead
@media (max-width:768px){
.container .navbar-collapse{
background-color:#fff !important;
}
.container .navbar-collapse a{
color:blue !important; }
}
Thanks.
That did it! Thank you so much 🙂
Hi Rishikant,
Please don’t repeat your post.
Thanks.