Tagged: x
-
AuthorPosts
-
February 10, 2017 at 8:52 am #1365884
ab98004702ParticipantHi,
I was wondering what’s the easiest way to get rid of the trailing pipe (|) symbol after post date in meta information.
E.g. here: https://www.dropbox.com/s/07a1ekcf121ldv6/Screenshot%202017-02-10%2015.51.11.png?dl=0
Many thanks,
BryanFebruary 10, 2017 at 9:27 am #1365937
RahulModeratorHey There,
Thanks for writing in!
Please add this CSS at Appereance > Customizer > Custom > CSS :
.entry-date, .p-meta>span:after { display: none; }If the above code doesn’t work, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks for understanding!
February 10, 2017 at 10:56 am #1366042
ab98004702ParticipantUnfortunately this didn’t work, as this removed the date altogether. All that I want to remove is the “|” symbol after the date.
The URL is http://OptimumFeedback.com/blog.
Many thanks,
BryanFebruary 10, 2017 at 2:48 pm #1366313
DarshanaModeratorHi there,
Please add the following CSS rule instead.
.blog .p-meta span:nth-child(2)::after { display: none; }Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1365884 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
