I’ve read the earlier posts that suggests a way to remove the iCal button from the registration page. Essentially adding this small piece of CSS to override existing CSS:
.ee-ical-sbmt {
display: none;
}
And it does work! However, I find that with narrower width screens such as phone and tablets, the iCal button returns. Is there another CSS snippet that I need to use to also remove the iCal button for these narrower screen widths?
Normally, no. I checked your site and it turns out the Swenson theme has a bit of CSS that interferes with the snippet you’ve added. In this case, you can change the CSS to:
Thank you so much Josh!! It worked great! I was wondering if I had to climb up the tree a little further. We really appreciate your thorough and quick reply. – Brad
The support post ‘Remove iCal button on mobile screen widths’ 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.