Hi @communicationnevers,
This is part of your WP theme, not a plugin, but we can try to create a CSS code that will hide these details, can you please provide a link to your calendar page.
Thanks,
Ben
Hi @communicationnevers,
This is part of your WP theme, not a plugin, but we can try to create a CSS code that will hide these details, can you please provide a link to your calendar page.
Thanks,
Ben
Here is this http://missionlocale-nevers.fr/agenda
I got a another question :
Can do we put the calendar in the center of the page ?
Please try the following code: .single-ai1ec_event .entry-meta {display: none;}
Our calendar is responsive and its width and position depend on the element surrounding the calendar, so you can create an element and play with the CSS code to get the desired position and width.
Take care,
Ben
It’s works ! Thanks you for the fast answer, I really appreciate that
No problem, glad I could help 🙂
Hi. I would like to accomplish the same result – to remove the author & date on a single event page. I tried the css provided here, but it didn’t work for my site. I am guessing I need different css. I tried to write the code myself, but am struggling. Could you please help us, as well? Our calendar page: http://a30.2a1.myftpupload.com/community/calendar/
Hi @nsfschefm,
Please try: .single-ai1ec_event .blog-single-meta {display: none;}