Tagged: x
-
AuthorPosts
-
November 4, 2016 at 2:52 pm #1244234
mangelreynoldsParticipantHey there, I am trying to remove the date for the posts in “related” underneath each blog post (this is different than featured blog). I have tried adding this to the CSS but have not been able to remove the date. Thanks so much!
I was able to use this
.x-recent-posts-date {
display: none !important;
}for recent posts and it worked, but have not been able to do it in in the Related section underneath individual ones! Thanks so much!
.jp-relatedposts-items {
display: none !important;
}.p-meta { display: none; }
.jp-relatedposts-post-date {
display: none; !important;}
November 4, 2016 at 3:21 pm #1244272
DarshanaModeratorHi there,
Thanks for writing in! To assist you with this issue, 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.
November 5, 2016 at 11:37 am #1245122
mangelreynoldsParticipantThanks Darshana,
The URL is http://sweetlifelabs.com/linkedinmistakes/ However, the problem with the dates comes up in any particular invidual blog post page. Since at the bottom of the post, it always gives an option of “related posts”. This is where I would like the date removed (from all of the individual blog posts in the related section at the very bottom of the post).
Thanks so much!!
November 5, 2016 at 12:47 pm #1245165
ThaiModeratorHi There,
Please try with this CSS instead:
span.jp-relatedposts-post-date { display: none !important; }Hope it helps 🙂
November 7, 2016 at 4:35 pm #1247755
mangelreynoldsParticipantThanks so much Thai! Unfortunately, that didn’t help either! 😐 Super odd huh?!
November 7, 2016 at 10:17 pm #1248119
Nabeel AModeratorHi again,
Add this CSS in your Child Theme’s style.css file instead:
span.jp-relatedposts-post-date { display: none !important; }Let us know how this goes!
November 8, 2016 at 7:44 pm #1249498
mangelreynoldsParticipantThis worked!! Thanks so much!! 🙂
November 8, 2016 at 10:54 pm #1249604
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1244234 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
