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 2,006Support 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 Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudio 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
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio