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 8 years, 11 months ago by
Benjamin.
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.
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;}
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