Can't change the background of Menu
I can't change the color of menu from theme options or even by CSS.
I tried using this code
@media only screen and (max-width: 767px){
#Top_bar .top_bar_left {
float: none;
width: 100%!important;
background: initial;
background-color: black;
}
}
It always gets back to the original transparent color
Thanks
Comments
Thanks