ThunderTix logo

Support Forum

How can I hide the Comments box from my checkout page? - Tue - Aug 24, 2021 - 11:56am

  • Posted by Natalie Updated: Aug 2021 0 Comments
    There aren't any account settings to completely disable the comments field from appearing during the checkout process.  The only editable account setting available is to customize the "Comments" label to say something other than Comments.  So, if you want to completely remove the comments field from all orders across all events, you can hide the field by using custom CSS.

    1. Hover over the Public Display Settings in the top menu bar and click on Fonts and CSS Styles 
    2. Under  Custom CSS Styles, add the following code 
    .comments_div {
     display:none;
    }
    3.Click Update