Tagged: x
-
AuthorPosts
-
May 14, 2016 at 1:49 pm #991491
drmodihoParticipantHello,
Hope you can help me with the following issues with my blog posts.
1. I like to customize the meta features of the posts. Is it possible to delete the “leave a comment”? As well I like to remove the “/” behind the date. Can I put a custom name for author? Is it possible to remove the icons of the meta tags?
2. How can I add a line underneath the title and the meta tags? Like here: https://2bier.de/
Thanks in advance for any help.
Best regards,
Moritz
May 14, 2016 at 1:50 pm #991492
drmodihoParticipantThis reply has been marked as private.May 14, 2016 at 10:44 pm #991817
Rue NelModeratorHello Moritz,
Thanks for writing in!
#1] We need to add a custom function to modify the post meta. To remove the “leave a comment”, “/” and the icons of the meta tags, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.p-meta>span:after { content: ""; } .p-meta>span i, .p-meta>span:last-child{ display: none; }If you want to display a custom author name, you need to edit the username by going to Users > Your Profile. You have to insert a nickname and select which will display publicly.

#2] To add a line under the title and the post meta tags, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.blog .entry-header, .archive .entry-header { border-bottom: 1px solid #ddd; margin-bottom: 20px; }
Please let us know if this works out for you.
May 18, 2016 at 8:22 am #997339
drmodihoParticipantHey Rue Nel,
awesome. This all worked great! Thanks so much for your great support, like always :)))
Best regards,
Moritz
May 18, 2016 at 8:43 am #997375
ThaiModeratorGlad we were able to help 🙂
If you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-991491 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
