Hi!
On mobile/ipad view the menu header has background color now. I want it to be same as when viewing on desktop. Any chance to remove the background color on mobile view and push up the element below so the menu icons and centered logo is hovering the elements below?
I tried to change in code and make mobile background transparent with no luck...
@media(max-width:991px){
header.yolo-mobile-header .yolo-mobile-header-wrapper {
/* background-color: #f06757; */
background-color: rgba(255, 255, 255, 0.0) !important;
}
}
@media(max-width:991px){
header.yolo-mobile-header .yolo-header-container-wrapper {
/* border-bottom: solid 1px #3A3D44; */
border-bottom: solid 0px rgba(255, 255, 255, 0.0) !important;
}
}
Sincerely
Andreas