Remove "Heart" from single blog posts (photo attached)

Hello - 

I would like to remove the heart and corresponding number from my single page blog posts. Can you please advise? Photo is attached for reference. Thank you for your help. 




image


Comments

  • Hello - I have figured out how to do this! Just paste the following code in the Custom CSS section under > appearance > BeTheme Options > layout > Custom CSS & JS

    .button-love { display: none !important; }
    .post-desc .author-date .post-author { display: none; }
    .post-desc .author-date .date span.label { display: none; }
    .post-footer .button-love a.mfn-love { display: none; }
    .post-links i.icon-comment-empty-fa { display: none; }
    .post-links .post-comments { display: none; }
    .post-footer .button-love { display: none; } 
    .post-header .button-love { display: none; }
    .post-header .title_wrapper { margin-left: 0px; border-left-width: 0px; border-style: solid; padding-left: 0px; }
  • Yes, this is exactly what you should do. We're glad to hear that you sorted it yourself :)
Sign In or Register to comment.