Delete a symbol in the Preview from the blog

Dear BeForum,

what I have to do to delete the symbol for comment (?) and the counter on the Preview of the Blog:


You can see it on the homepage: https://margit-anna-suess.de/

It should remain only the date of the new blog-article.


Best wishes,

Angela

Comments

  • Hello,

    You can deactivate it in the post options.

    But if you want to have comments on posts but only want to remove a counter from the Blog News element, you will have to use the following CSS code:

    .Latest_news .post .icon-comment-empty-fa,
    .Latest_news .post .post-comments{
     display: none;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Thanks

Sign In or Register to comment.