How can I disable the bubble that appears when I mouseover on an event in the Upcoming Events widget?
I wouldn't want to disable the bubbles that appear on mouseover on calendar page though (month, agenda, week, etc views)
http://wordpress.org/extend/plugins/all-in-one-event-calendar/
Richard
Member
Plugin Author
Posted 8 months ago #
Hi OC2PS,
These popups can be disabled by editing your files wp-content/themes-ai1ec/vortex/style.css file
Insert:
.ai1ec-agenda-widget-view .ai1ec-popup-summary-wrap {
display: none;
}
Remember, it's best to make these changes to a child calendar theme, so that your changes are not overwritten during updates.
jankowalski
Member
Posted 3 weeks ago #
how to do it in new version with .less