Hide Ticket Detail "Sale Dates"
If your do not wish to show the Ticket Details > Sale Dates you can use the Custom CSS Upgrade to hide the "Sale Dates" section from the Ticket Details dropdown area.
After subscibing to the Custom CSS Upgrade you'll have a new menu item located at: Appearance > Custom CSS:
Copy this CSS text and paste it into your custom css style sheet:
- .tckt-slctr-tkt-sale-dates-sctn {display:none}
After saving your custom css, Sale Dates will be hidden.