Edit your WordPress theme's CSS file under Appearance > Editor > (your theme's CSS file) >
Add the following CSS code:
#ai1ec-container .ai1ec-read-more {
display:none;
}
WordPress Plugin (v.2.6.8 and older + old platform)
Edit your WordPress theme's CSS file under Appearance > Editor > (your theme's CSS file) >
Add the following CSS code:
#ai1ec-container .ai1ec-read-more {
display:none;
}