How to Hide the Options Section within the Order Entry Page

The Options section can be hidden within the Order Entry page of the Customer Web Portal. Doing so involves making an adjustment to a style sheet used for the portal. Hiding the Options section does not alter the function of order options, so options selected by default will remain selected.
To hide the Options section, follow these steps:
  1. Open OnTime Management Suite.
  2. Navigate to General Options and choose the Customer Web Portal section.
  3. Under the Appearance section, ensure that Advance Customization is selected.
  4. Click the link labeled Edit Master Page and CSS.
  5. In the window that appears, switch to the CSS tab at the top.
  6. Add the following code to the existing CSS:
    #OptionsSection { display: none; }
  7. Save the changes to these settings by clicking OK. It may take 10 minutes before the change becomes visible on the Customer Web Portal.