Home Forums WoodMart support forum Mailchimp integration checkbox not aligned

Mailchimp integration checkbox not aligned

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #236300

    BertranddesmetsWM
    Participant

    Hi,

    As you can see on the screenshot attached, the mailchimp checkbox is not aligned to the text.
    Can I fix this with some CSS?

    thanks for the help!

    #236304

    BertranddesmetsWM
    Participant

    By the way, I would rather remove this checkbox on the login page (screenshot) but keep it on the checkout page only (see screenshot 2). Can this be done via CSS or should I use some PHP?

    Oddly I did not add a mailchimp checkbox on the registration page (myaccount) but it is there anyway, any explanation?

    Thanks again!

    #236343

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woocommerce-form-login__rememberme {
        display:none;
    }

    Best Regards

    #236432

    BertranddesmetsWM
    Participant

    The code is not working. The checkbox is still there. Any other suggestion?
    Thanks

    #236465

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woocommerce-form-login__rememberme {
        display:none;
    }

    Best Regards

    #236470

    BertranddesmetsWM
    Participant

    Hi,

    Thanks again but still there.

    #236495

    BertranddesmetsWM
    Participant

    Hi,

    Ok found the CSS, thanks!
    Regards,
    Bertrand

    #236527

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)