Tagged: x
-
AuthorPosts
-
January 24, 2017 at 11:53 am #1343446
steveluckyParticipantI’ve searched the forum diligently and tried everything suggested but nothing seems to work. I’m trying to remove the comment count in the meta info at the top of my posts. “0 Comments” just isn’t that impressive and I don’t feel the need to advertise it. 🙂
January 24, 2017 at 2:58 pm #1343671
DarshanaModeratorHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.p-meta > span:last-child::after { display: none; }Hope that helps.
January 24, 2017 at 3:20 pm #1343716
steveluckyParticipantHmmm. It just doesn’t seem to work for me. I’ve tried it in the child theme CSS, I’ve tried it in the Customizer under Custom > Edit Global CSS as well as in the Customizer under Additional CSS. Nothing seems to work.
January 24, 2017 at 3:20 pm #1343717
steveluckyParticipantThis reply has been marked as private.January 24, 2017 at 9:32 pm #1344172
NicoModeratorHi There,
Thanks for writing in.
.p-meta span:nth-child(3) { display: none !important; } .p-meta > span:nth-child(2):after { display:none; }Play with the span child to achieve what you want to remove.
Hope it helps.
Let us know how it goes.
Thanks.
January 25, 2017 at 8:15 am #1344703
steveluckyParticipantThanks! It looks like, in my case, this is what fixed it:
.p-meta span:nth-child(4) { display: none !important; } .p-meta > span:nth-child(3):after { display:none; }January 25, 2017 at 9:30 am #1344788
RahulModeratorGlad to hear it.
If you have any further queries or questions with the theme, kindly let us know. We’d be happy to assist you with anything.
Thanks for choosing the X-theme.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1343446 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
