
As you can see in the screenshot the mobil menu suddenly become transparent. I dont know why. Can somebody help me out?
Greets Wadim

As you can see in the screenshot the mobil menu suddenly become transparent. I dont know why. Can somebody help me out?
Greets Wadim
Hello Wadim,
Please add this code in X > Theme Options > CSS:

@media (max-width: 979px) {
.x-navbar-inner {
background-color: #12345e;
}
}
In case the issue persists, please provide us with the URL of your site.
Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.