• Resolved simonecimino

    (@simonecimino)


    hello, I would like to know how to remove the author of the event within the event page.

    Thank you

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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

    Thread Starter simonecimino

    (@simonecimino)

    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

    Thread Starter simonecimino

    (@simonecimino)

    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove author event’ is closed to new replies.