Viewing 5 reply threads
You must be logged in to reply to this topic.
Hi,
I try to change the color of the responsive menu background. In the picture below it’s semitransparent and dark.
Searched the forums, but didn’t find a solution, maybe I missed something.
Hello,
Please add this code into your custom css box:
.menu-small {
background-color: #232323;
}
Edit the color to your wish.
Best regards!
Hello,
Try to edit the code by adding important to it. Like this:
.menu-small {
background-color: #232323 !important;
}
Best regards!
I had the same issue (white background and white text so couldn’t see the mobile menu). This solution worked for me. I am using Simple Custom CSS plugin to apply global CSS classes.
You must be logged in to reply to this topic.