Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #461940

    I’m trying to remove the time/date stamp immediately under each post title from this page: http://meditation-dc.org/events/

    I would also like to remove the time/date stamp on each individual post, for example, where it says “May 11” on this page: http://meditation-dc.org/events/keeping-cool-when-things-get-hot-overcoming-anger/

    Any suggestions?? THANKS in advance!

    #461948

    Hi vbcepc!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .date-container, .text-sep-date {
      display: none !important;
    }

    Best regards,
    Yigit

    #461950

    Awesome! So easy and so fast! :-D

    What is the code to remove the part that says “0 comments” and “by webmaster”? I’d like to leave the “in Workshops Single Events” (which I think is category).

    #462434

    Hi!

    Please try adding this as well:

    .single span.comment-container, .single span.text-sep-comment, .single span.text-sep-cat, .single span.blog-author {
    display:none !important;
    }

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.