Want to remove Boostrap mobile Nav Button Border
This is my first post. My site (zidanmarketing.com) uses a downloader. When the "Mobile" button is active, a blue border appears that I cannot remove. How do I resolve this?
.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:focus
{
background:none !important;
border-color:none !important;
}
+3
source to share
3 answers