This topic has 2 replies, 2 voices, and was last updated 9 years, 4 months ago ago by Robert Hall
Hi Sir/Ma’am,
Good day!
I would like to know, How to Disable Header Background on Mobile? or what css media queries we will use to disable it.
Thanks.
Best regards
Hello,
You can add this code in Custom CSS for mobile in Theme Options->Custom CSS
.container .navbar {
background: none !important;
}
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up