Tagged: x
-
AuthorPosts
-
August 11, 2016 at 2:52 pm #1127643
ericandmollieParticipantI am using the “Renew” stack.
Using the advise on your forum, I have successfully removed the date from posts in my “Events” category by adding this custom code to the Customizer:
.category-events .p-meta>span:nth-child(2) {
display: none;
}But the date still shows up on the “Latest Events” posts that are featured on my home page. How do I remove date entry meta from the Events category, site wide?
Thank you!
Mollie
August 11, 2016 at 5:00 pm #1127773
Prasant RaiModeratorHello Mollie,
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.
Thanks.
August 22, 2016 at 3:32 pm #1142066
ericandmollieParticipantAugust 22, 2016 at 10:01 pm #1142508
Prasant RaiModeratorHello Erica,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
span.x-recent-posts-date { display: none !important; }Thanks.
August 23, 2016 at 3:51 pm #1143742
ericandmollieParticipantThank you!
That works, but it removes the date for ALL recent posts on the home page including the “News” category. I was hoping to be more specific and only remove the date for the “Events” category. Is there any way to do that?
Thanks!
Mollie
August 24, 2016 at 1:17 am #1144263
ChristopherModeratorHi there,
Please update your code to :
.category-events span.x-recent-posts-date { display: none !important; }Hope it helps.
August 29, 2016 at 3:36 pm #1152357
ericandmollieParticipantThank you so much! I realize now that the result I wanted required two different changes:
1. Remove the date from all posts in the event category:
.category-events .p-meta>span:nth-child(2) {
display: none;
}2. Remove the date from recent posts in the event category only:
.category-events span.x-recent-posts-date {
display: none !important;
}I now have the result I want. Thanks so much for your accurate and timely support!
Mollie
August 29, 2016 at 3:45 pm #1152376
Nabeel AModeratorGlad we could help.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1127643 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
