• Resolved ranidesigners

    (@ranidesigners)


    HI, I have already purchased the pro version and want to hide the Unsubscribe from the SMS newsletter, how to do it?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Mostafa Soufi

    (@mostafas1990)

    Hi,

    Thank you for opening the topic, please use this inline CSS in Appearance → Customization → Additional CSS to hide the Unsubscriber checkbox

    .js-wpSmsSubscribeFormField label:nth-child(2) {
        display: none !important;
    }
    Thread Starter ranidesigners

    (@ranidesigners)

    Thank you so much

    Thread Starter ranidesigners

    (@ranidesigners)

    Thank you and If I want to hide both Subscribe and unsubscribe what I have to do it. Please help on this.

    Plugin Author Mostafa Soufi

    (@mostafas1990)

    In this case, here is the code:

    .js-wpSmsSubscribeFormField label {
        display: none !important;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to hide the Unsubscribe’ is closed to new replies.