Skip to main content
Solved

How do I remove (optional) from checkout checkbox

  • October 26, 2021
  • 4 replies
  • 1457 views

Forum|alt.badge.img+2
  • Contributor I
  • 1 reply

Hi,

Its pretty obvious to anyone that opting in to a newsletter is optional.  Especially considering they have to check a box to opt in.  Is there a way to remove the (optional) text?

Any help would be much appreciated.  I’m using woocommerce.

Best answer by David To

Hello @Dwell,

Great question!

From my experience you would not be able to remove the “(optional)” text as part of the newsletter subscription checkbox text from the WooCommerce checkout. Although you can edit the subscribe to newsletter text within your WooCommerce/Klaviyo plugin, the “(optional)” text will be applied automatically. 

You may potentially be able to omit that “(optional)” text by adjusting the code and/or CSS of your checkout page. I would suggest working with WooCommerce or your own developers to make these adjustments. I’ve also included some further resources that may help you with this process below:

I hope this helps!

David

View original
Did this topic or the replies in the thread help you find an answer to your question?

4 replies

David To
Klaviyo Employee
Forum|alt.badge.img+60
  • Klaviyo Employee
  • 2456 replies
  • Answer
  • October 26, 2021

Hello @Dwell,

Great question!

From my experience you would not be able to remove the “(optional)” text as part of the newsletter subscription checkbox text from the WooCommerce checkout. Although you can edit the subscribe to newsletter text within your WooCommerce/Klaviyo plugin, the “(optional)” text will be applied automatically. 

You may potentially be able to omit that “(optional)” text by adjusting the code and/or CSS of your checkout page. I would suggest working with WooCommerce or your own developers to make these adjustments. I’ve also included some further resources that may help you with this process below:

I hope this helps!

David


Forum|alt.badge.img+2
  • Author
  • Contributor I
  • 1 reply
  • October 26, 2021

Thanks David I really appreciate you taking the time!  That’s very helpful!

 


Forum|alt.badge.img
  • Contributor I
  • 1 reply
  • January 7, 2024

.optional{
    display: none
}

 

worked for me


Forum|alt.badge.img
  • Contributor I
  • 1 reply
  • October 31, 2024

Flowter , where to put this?

.optional{
    display: none
}