How to change the appearance of Date and Time for Program Ticketing

Hello,

I'm trying to edit the appearance of the area circled in red below. Does anybody know how or where I would do this? Mainly, I would like to delete the calendar/clock icons, and change the size/placement of the type and "other dates" link. Thanks!

Tagged:

Comments

  • We had to make changes to our CSS template to suppress this. Web, Page Designer, select next to get to Colors & Styles, then expand Advanced Colors and Styles. You will see Edit Style Sheet. This is the coding I used but you can modify as needed.

    .Programming_Event_DateContainer {background-image: none;}


    .Programming_Event_TimeContainer {background-image: none;}


    .Programming_Event_DateTime {display: none;}

Categories