Is it possible to add a hidden page to my website, www.covitravel.com, for an 'unsubscribe' page. I wanted to have this for use in my email newsletter messages. What I've added - now shows up on each page on the top menu bar as "UNSUBSCRIBE", which I don't want showing on my menu bar! If someone clicks on "Unsubscribe" in a marketing email of mine, I just want a page to show up that reads: Send an email to [email protected], with UNSUBSCRIBE in the subject line to stop receiving these emails. Thank you very much!
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: li#menu-item-1015 { display: none !important; } It will resolve your issue. Thanks & Regards Yogesh Bhade