Okay
  Public Ticket #1919094
Add event form open
Closed

Comments

  • Rodolphe1150 started the conversation

    Hello,

    Right now the "add event" form come only closed. 

    Is that possible to allow the form to be show without the user need to click on it?


    Regards.

  •  877
    Zhivko replied

    Add following css to St. Event Calendar -> Fonts & Colors -> Custom Style:

    .stec-create-form .stec-layout-event-create-form-inner { 
        display: block !important; 
    }

    Stachethemes Developer