• Resolved marketingrumors

    (@marketingrumors)


    Hi there!

    Thanks for your time in advance.

    We always used the WooCommerce Checkout integration for customers to signup to our newsletter. They can do this during checkout, beneath the summary and Terms and Conditions acceptance.

    Today i noticed the MC4WP integration is not visible anymore and people cant optin/signup on eluun.nl/checkout. I see the code is there but just not visible anymore. Is there something im missing?

    Thanks again.

    Kind regards

    Karel

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Lap

    (@lapzor)

    Your theme has this CSS code that hides “labels”, and the checkbox is wrapped in a label:

    .floating-labels .form-row > label:not(.woocommerce-form__label-for-checkbox):not(.checkbox) {
    display: none;
    }

    You can overwrite this by adding some custom CSS code to your site:

    .mc4wp-checkbox-woocommerce label {
    display: block !important;
    }

    Many themes will have a place to add custom css, somewhere under Appearance > Customize > Additional CSS. Otherwise you can use a plugin like “Simple custom CSS” to add this code to your site.

    Hope that helps. If you have any questions, please let me know!

Viewing 1 replies (of 1 total)
  • The topic ‘WooCommerce Checkout integratie’ is closed to new replies.