This topic has 2 replies, 2 voices, and was last updated 7 years, 10 months ago ago by 8theme
HI, how can I remove the newsletter option form the mobile menu. I can’t find it in the widgets section. Website link in private message. Please advise. Thanks.
Hello,
Try to use this css snippet to hide this link. Add it for mobile devices only in the Custom CSS area.
.mobile-menu-wrapper .popup_link {
display: none!important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up