Hello, I am using the below code to make my navbar transparent as it lays over various revolution sliders on different pages of my site. It works in Safari and Chrome but not in Firefox. In firefox, the navbars background is white. Can you please help me fix it?
Code:
.x-logobar {
display: none;
}
.x-navbar {
background-color: transparent !important;
border: 0;
}
.x-logobar{
background-color: transparent !important;
}
.masthead {
height:0px;
}
.x-navbar .desktop .x-nav li>a>span:after {
display: none;
}