hi,
how can i hide/disable the function download google and ical ? the “add to the calender”-box
not only in the “Event Card Data Fields” function because i need still the link/box “learn more”
You would hide it via css
if you post your website I can provide the css to hide it- for faster results if you post your wp-admin access I can go in and do it for you
Hi,
Please go to eventon->styles and add following code in the panel and save the settings:
.evo_ics {
display: none !important;
}
If you do not see any changes, go to myeventon->settings and turn on “Write dynamic styles to header” button.
If you still do not see any change, turn off “Write dynamic styles to header” button, save the settings, turn it back and save the settings again.
Thank You
perfect, thanks