Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bobby.noonan

    (@bobbynoonan)

    I figured out how to remove the post meta from my entire site:

    Adding this line to the bottom of my themes style.css file.

    .post_meta {
    display: none;
    }

    This won’t work for me, however, as I need the post meta for the blog section of my website. Is there a way to add a similar line of code the the All-in-One Event Calendar theme?

    Thread Starter bobby.noonan

    (@bobbynoonan)

    & I figured it out…

    Adding this line to the bottom of my style.css file did the job:

    .single-ai1ec_event .post_meta {
        display: none;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove post meta from Event’ is closed to new replies.