• Resolved julester75

    (@julester75)


    Hi – I’m trying to configure a simple ‘subscribe’ form in the footer space of my website. I’m using the shortcode to achieve this. I’ve made some amendments to the form via css which I’m happy with, but I’d like to remove the ‘unsubscribe’ button from the form on the website. How can I achieve this please?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter julester75

    (@julester75)

    I resolved this by applying shortcode [subscribe2 hide=’unsubscribe’]. Is it possible to also hide the form label ‘Your Email:’? Many thanks

    Thread Starter julester75

    (@julester75)

    Resolved removal of label with custom css as follows:

    label[for=”s2email”] {
    display: none !important;
    }

    Thread Starter julester75

    (@julester75)

    marking as resolved

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove unsubscribe button from form’ is closed to new replies.