Unsubscribe page

Discussion in 'BlackBird WordPress Theme' started by louanncovi, Nov 16, 2014.

  1. louanncovi

    louanncovi Member

    Joined:
    Jun 12, 2013
    Messages:
    116
    Likes Received:
    1
    Location:
    Sun City West, AZ USA
    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!
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    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
     

Share This Page