Hello, how could I make it so that the search magnifying glass turns black on mobile and so that the black lines stay there when the menu is clicked?
Here is the current CSS I am using
.main-navigation {
border-bottom: 2px #ba1f1f solid;
}
.post-template-default .widget_search {
margin-top: 57px;
}
@media (max-width: 768px) {
#mobile-header {
background-color: #ffffff;
}
.main-navigation .main-nav ul li a {
background-color: #ad0500;
}
button.menu-toggle {
color: #000000;
}
}
GeneratePress 2.2.2
GP Premium 1.7.7