Hi @simonecimino
Please use the following CSS:
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-short-info .wpem-event-organizer, .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-short-info .wpem-viewed-event {
display: none;
}
Regards,
Priya
Hi @priyagoenka ,
I tried with the solution she suggested but I didn’t get the result I wanted. As you can see here the author of the event is still present.
https://www.circusnews.it/evento/circus-knie-a-ginevra/
Hi @simonecimino
Please try this:
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-short-info .wpem-event-organizer {
display: none;
}
Regards,
Priya
Hi @priyagoenka ,
unfortunately the solution doesn’t work.
I understand that for each event a post is created as if it were an article. I don’t want to show the author within the event.
Screenshot
https://ibb.co/QrzT0kk
Thank you,
Simone
Hi @simonecimino
I am so sorry I thought you were asking to remove the organizer of the event.
The Author is coming from your theme, and hence, the theme support will be able to hel you with same.
Regards,
Priya