Tagged: x Author Posts November 16, 2016 at 11:18 am #1259635 admin1213Participant Hello, Trying to remove the dates from posts as people are seeing the published date and thinking that is the event date, so I want to remove it or hide it from view. Thanks. November 16, 2016 at 11:42 am #1259663 Prasant RaiModerator Hello There, Thanks for writing in! You can add this under Custom > CSS in the Customizer: time.entry-date { display: none !important; } Thanks. November 16, 2016 at 1:50 pm #1259799 admin1213Participant Thanks, that worked, but how do I get rid of the extra forward slash in there as well? Thank you. November 16, 2016 at 4:17 pm #1260011 DarshanaModerator Hi there, You can add this under Custom > CSS in the Customizer. .p-meta span:nth-child(2)::after { content: ""; padding-right: 0; } Hope that helps. November 16, 2016 at 4:52 pm #1260053 admin1213Participant Perfect! Thank you very much! November 16, 2016 at 5:02 pm #1260070 NicoModerator Happy to hear that. Feel free to ask us again. Thanks Author Posts <script> jQuery(function($){ $("#no-reply-1259635 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In