Okay
  Public Ticket #2264358
Unlist button
Closed

Comments

  •  3
    Brewstar started the conversation

    Hi there,

    I would like to disable the new ‘Unlist’ button, how do I disable the button correctly?

    Thank you!

  •  877
    Zhivko replied

    Hi,

    There's no option to remove the button. You can hide it with css.

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

    .stec-layout-single-attendance-invited-buttons-unlist,
    .stec-layout-single-intro-attendance-unlist,
    .stec-layout-event-inner-intro-attendance-unlist,
    .stec-layout-event-inner-attendance-invited-buttons-unlist {
      display:none !important;
    }

    Stachethemes Developer