Hi,
I had used this styling for the mobile navigation:
.side-block {
background: #ffffff;
}
.et-mobile-menu li a {
color: #4b5771 !important;
background: #ffffff !important;
border-top: 1px solid #ffffff !important;
}
.side-block .close-block {
background-color: #ffffff;
}
.mobile-nav .search .et-mega-search form input[type=”text”] {
background: #ffffff;
border: 1px solid #464646;
}
.mobile-nav ul.links {
border-top: 1px solid #464646;
color:#4b5771 !important;
}
.side-block .close-block {
color: #fff !important;
}
Now it is all gone, and doesn’t show up on the site. Did something change regarding the mobile navigation that affects my css?