Hi,
I have a question about the mobile menu button. I wanted to change the button with my own design, so I used this code:
a#advanced_menu_toggle:before { content: url(http://test.marloesverhofstadt.nl/wp-content/uploads/2017/03/Marloes_mobilemenu.png); }
But I also want another design for the button when you hover over the button. When I use hover instead of before it doesn’t work.
How can I solve this problem?
Kind regards,
Marloes
why instead
try a:hover:before
btw: very nice logo !
Also, I want to remove the little arrows before the menu items in the mobile menu. How can I do that?
Thanks!
Hi!
Add the following to your CSS
#mobile-advanced li > a::before { content: none !important; }
let us know if it works or you need anything else.
Cheers!
Basilis