Home › Forums › Jevelin Theme › Mobile Link Issue
Home › Forums › Jevelin Theme › Mobile Link Issue
Hi!
Please visit my dev site here:
https://adam.erichugheswebdev.com/
and proceed through the security warning.
Please then view the site on mobile and click the button to display the header menu. You’ll notice there are two green boxes at the bottom. Upon inspection, it’s adding two tag links, but I’ve only added one link in my Menu in WordPress. I need the second one (with no text) to go away. Please assist!
Hi @ukbballrulez33,
I hope you are well today and thank you for your question.
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#header-mobile li.menu-item:last-child a:last-child { display: none; }
Best regards,
Shufflehound team
Hi,
I added this code and now my hamburger icon to access the menu has disappeared on mobile. The menu can no longer be accessed. Please help!
Please change the above shared CSS code as below.
.sh-header-mobile-dropdown li.menu-item:last-child a:last-child { display: none; }