Hi
I have the strangest problem in mobile https://www.webdesign-phoenix.com/wp-content/uploads/2019/11/IMG_2742.png
the text Menu suddenly appeared not only once but twice under the burger. I would like to get rid of both.
I was trying to get rid of the search icon on mobile when that happened. it was dinging me on lighthouse because the search icon is too small for Accessibility maybe you can fix two flies with one swat :)
Thanks
Martina
Hey Tina,
You have this CSS causing that:
li.av-burger-menu-main a:after {
content: "Menu";
display: block;
line-height: 0;
}
I can’t see where it’s coming from since you have active minification.
Best regards,
Rikard
Oh thanks it was in my rocket cache and needed to refresh that.
Thanks for helping!
You guys need a “send the programmer a coffee or beer” button on this website.
Tina
Hi Tina,
Great, I’m glad that you found the problem and thanks for the kind feedback :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi Rikard, all perfect now! You are the best. Cheers!