Okay
  Public Ticket #1831880
Location plan
Closed

Comments

  •  2
    gehess started the conversation

    Hi guys,

    I need to disable the location area, where you can get a direction plan where you can enter your start and end destination. But  I need to keep the "normal" location are above this area. See the attachment for clarification. I only managed to dismiss the whole location area which I don´t want to. Could you show me the right css for this special part? 

    Thank you and merry christmas!

  •  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
    gehess replied

    Thank you so much, Zhivco! Works great as usual!

    FYI, ad ".stec-layout-single-location-right" to the given code for single page style. 

    Cheers!