Viewing 1 replies (of 1 total)
  • Hi there @livia329,

    Greetings and thanks for posting!

    You could potentially hide the signup text like so:

    div#membership-wrapper legend, div#membership-wrapper p.help-block {
        display: none !important;
    }

    And that could be added either to your theme’s style.css file or through a plugin like this:
    http://wordpress.org/plugins/imporved-simpler-css/

    Or you could create a custom language file (perhaps a bit overkill as it requires you to setup WordPress for a custom language).

    You could also maybe just use a plugin like this to alter the text when displayed in the front-end:
    http://wordpress.org/plugins/real-time-find-and-replace/

    Perhaps one of those methods will sort it for you?

    Cheers,
    David

Viewing 1 replies (of 1 total)
  • The topic ‘How do I change the Subsciption Box & notice once signed up?’ is closed to new replies.