Remove “Yes. I want to receive updates via email.” on registration form [OptimizeMember]
Pro Form If you are using the Paypal pro form then you can use this code to hide it: div.s2member-pro-paypal-form-submission-section>div.s2member-pro-paypal-form-custom-reg-field-opt-in-div {display:none;} For the stripe pro form please use following code: div.optimizemember-pro-stripe-form-submission-section>div.optimizemember-pro-stripe-form-custom-reg-field-opt-in-div {display:none;} Add the code to the LiveEditor of the page >> Page Settings >> Other Scripts >> Custom CSS….