Comments Victor started the conversationOctober 13, 2019 at 2:16pmI can't change the color of the hamburger menu icon:@media (max-width: 1158px)._magnetic_elementor .menu-toggle span { background-color: #01B9CA !important;}Please, how do I do it?Thank, 1,114Max repliedOctober 14, 2019 at 5:18pmHi,have you tried to change the icon color via the theme option. see screenshot: https://d.pr/i/Lw5DAlIf it does not work, please provide me access to your wp-admin and I will gladly check the issue you have.Thanks, Max from the Sonaar.io Crew Victor replied privately Victor replied privately 1,114Max repliedOctober 16, 2019 at 3:55pmSince you are using the push menu, the option is different.I have added this code in your custom css and now it seems to work:@media (max-width: 1158px){._magnetic_elementor .menu-toggle span { background-color: #f00 !important;}}Thanks, Max from the Sonaar.io Crew Victor repliedOctober 20, 2019 at 11:34amIt is working. Thank you, Sign in to reply ...
I can't change the color of the hamburger menu icon:
@media (max-width: 1158px)
._magnetic_elementor .menu-toggle span {
background-color: #01B9CA !important;
}
Please, how do I do it?
Thank,
Hi,
have you tried to change the icon color via the theme option. see screenshot: https://d.pr/i/Lw5DAl
If it does not work, please provide me access to your wp-admin and I will gladly check the issue you have.
Thanks,
Max from the Sonaar.io Crew
Since you are using the push menu, the option is different.
I have added this code in your custom css and now it seems to work:
@media (max-width: 1158px){
._magnetic_elementor .menu-toggle span {
background-color: #f00 !important;
}
}
Thanks,
Max from the Sonaar.io Crew
It is working.
Thank you,