Comments 3Brewstar started the conversationJanuary 7, 2020 at 9:51pmHi there,I would like to disable the new ‘Unlist’ button, how do I disable the button correctly? Thank you! 877Zhivko repliedJanuary 8, 2020 at 3:58pmHi,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 Sign in to reply ...
Hi there,
I would like to disable the new ‘Unlist’ button, how do I disable the button correctly?
Thank you!
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:
Stachethemes Developer