Skip to main content
Contributor I
October 26, 2021
Solved

How do I remove (optional) from checkout checkbox

  • October 26, 2021
  • 4 replies
  • 1751 views

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.

    This topic has been closed for replies.
    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

    4 replies

    David To
    Klaviyo Employee
    David ToAnswer
    Klaviyo Employee
    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

    DwellAuthor
    Contributor I
    October 26, 2021

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

     

    Contributor I
    January 7, 2024

    .optional{
        display: none
    }

     

    worked for me

    Contributor I
    October 31, 2024

    Flowter , where to put this?

    .optional{
        display: none
    }