Okay
  Public Ticket #3373563
ICS Export only
Closed

Comments

  •  2
    Robin started the conversation

    Hi Zhivko

    Quick question: How can I restrict event export to .ics only (no Google) and modify the layout and text of the respective button?

    Cheers,
    Robin

  •  785
    Zhivko replied

    Hi,

    I guess you can achieve it with plain css.

    In STEC -> Fonts & Colors -> Custom style:

    .stec-layout-single-export a,
    .stec-layout-event-inner-intro-export a {
        display: none !important; 
    }
    9581299893.png



    Stachethemes Developer

  •  2
    Robin replied

    Excellent, thanks