Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @creoadmin,

    I suppose you want to remove this details on a single event page(frontend), if so, most WP themes have a different CSS/HTML code and therefore the suggested code from other topics does not work on your site, please try:

    .single-ai1ec_event .ci-author {display: none;}
    .single-ai1ec_event .ci-blogpost-date-container {display: none;}

    Take care,
    Ben

    • This reply was modified 7 years, 5 months ago by Benjamin.
    Thread Starter creoadmin

    (@creoadmin)

    Thank you for your reply! That, unfortunately, did not work. ?? Any other ideas?

    How and where did you add the CSS code? If you added a code to the style file, please try changing the position.

    Thread Starter creoadmin

    (@creoadmin)

    I added it to the custom code options through my theme. Should it go somewhere else?

    Although the first code should work, please try:

    .single-ai1ec_event #ci-switches .ci-meta-info-container {display: none;}

    Thread Starter creoadmin

    (@creoadmin)

    I am so sorry! It was working for non-logged in users. Forgot to check that. ??

    THANK YOU!

    No problem, glad I could help ??

    Take care,
    Ben

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove Event Meta Data’ is closed to new replies.