Comments Drabs started the conversationJuly 4, 2024 at 9:17amHi, I hope you're wellI just want to change my menu burger button on mobile tu add a background to it because with my hero image, we don't see it enough and it is not accessible. How can I change it ? Thank you 1,972Support repliedJuly 4, 2024 at 9:52amHi, plz try the following to add slight darkish color background to the menu button@media only screen and (max-width: 1024px) { .classic-menu #burger-wrapper { display: block; background: rgba(0, 0, 0, 0.3); }}in customizer -> additional CSS . You can increase/decrease the color opacity (0.3)Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
Hi,
I hope you're well
I just want to change my menu burger button on mobile tu add a background to it because with my hero image, we don't see it enough and it is not accessible.
How can I change it ?
Thank you
Hi, plz try the following to add slight darkish color background to the menu button
@media only screen and (max-width: 1024px) {
.classic-menu #burger-wrapper {
display: block;
background: rgba(0, 0, 0, 0.3);
}
}
in customizer -> additional CSS . You can increase/decrease the color opacity (0.3)
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy