Okay
  Public Ticket #2998665
Remove location from event pages
Closed

Comments

  •  10
    alleganps started the conversation

    Our cronjob is set up to import locations as we find this information useful in the widget and event description, however we would prefer not to show some of the information displayed on each event page.

    Could you provide instructions for doing that? The attached picture will show what we would like to remove.

    Thank you!

  •  10
    alleganps replied

    Got it!

    body .stec-layout-single-location {
        display: none;
    }