Okay
  Public Ticket #1840355
Deactivate "how to get there" function
Closed

Comments

  •  2
    tsvrb started the conversation

    Hi support-team,

    how can i deactivate/hide "how to get there" function (see attached screenshot)?

    Thanks

  •  877
    Zhivko replied

    Hi,

    Go to Dashboard -> St. Event Calendar -> Fonts & Colors -> Custom style and add following css:

    .stec-layout-event-inner-location-left-title:nth-child(3),
    .stec-layout-event-inner-location .stec-layout-event-inner-button-style,
    .stec-layout-event-inner-location input[name="end"], 
    .stec-layout-event-inner-location input[name="start"] {
       display: none;
    }
    

    Stachethemes Developer

  •  2
    tsvrb replied

    Thank you! Works fine.