ThunderTix logo

Support Forum

How can I hide the opt in to the mailing list sentence on the checkout page? - Thu - Nov 1, 2018 - 4:39pm

  • You have the option to hide the sentence that says, "Yes, please include me in the ACCOUNT_NAME mailing list" during the public checkout experience.

    Head to your Public Display Settings >> >> Web Design Tools >> Fonts and CSS Styles.

    Screenshot 2025-07-28 at 4.40.21 PM.png 47.42 KB


    Then, copy the code below and paste it into your CSS. 
     
    .opt_in_div {     display: none; } 

    Make sure you scroll to the bottom of the page and click "Update".

    Now, start a mock order and when you get to the final checkout page (from the public view), check to see if the sentence is hidden.