Is there an easy way to simply remove the add to ical calendar function or button? Tried the following CSS in multiple places on the site but it still remains.
So anything bigger than 640px wide doesn’t have that rule.
Its actually from broken CSS, in Appearance -> Customize -> Additional CSS
Where you have this:
input.ee-ical-sbmt {
display: none;
}
Add a } right before it, you also don’t need the ‘input’` part, so you can change the above to be:
}
.ee-ical-sbmt {
display: none;
}
The } at the top ‘closes’ the media query so your style applies to all screen sizes.
Viewing 6 reply threads
The support post ‘Disable iCal Add to Calendar’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.