Solved

Woocommerce integration checkout subscription box isn't showing properely

  • 11 March 2022
  • 3 replies
  • 137 views

Badge +4

 

Hi team,

Quick question:

I’m using the Woocommerce x Klaviyo integration and checked “collect email subscribers” in settings.

  1. The checkbox and text are overlapping - how do I fix this?
  2. How to remove the line between the ‘subscription’ and ‘account creation’ checkbox?
  3. How do I remove  the word “(optional)”?

If anyone can help me with one or more of these questions - I’d be very grateful :)

icon

Best answer by DavidSandel 11 March 2022, 14:37

View original

3 replies

Userlevel 5
Badge +18

The first two are controlled by the CSS coding on your site. You have to edit or create custom CSS to overwrite that and get the correct spacing and remove the line.

As for the word “optional,” you can’t easily remove that. You’d have to edit the plugin’s PHP code or find a way to hook into it from your child theme’s function.php file.

Badge +4

Thanks @DavidSandel - very helpful!

Just one more question: is it possible to check the box by default? I remember Mailchimp had this option, but can’t find it in Klaviyo.

Userlevel 5
Badge +18

It’s not available in the settings, but you can force that to happen using CSS as well.

Reply