Austine Posted October 13, 2020 Share Posted October 13, 2020 (edited) Please, how do I remove the share and like links on some blog post with custom CSS. I want viewers to view the contents of some blog post without being able to like or share the post. Please how can i make this happen with custom code. Edited October 14, 2020 by Austine Link to comment
tuanphan Posted October 13, 2020 Share Posted October 13, 2020 Can you share link to blog post? We can check easier. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Austine Posted October 13, 2020 Author Share Posted October 13, 2020 I have added the web link Link to comment
Solution creedon Posted October 13, 2020 Solution Share Posted October 13, 2020 (edited) Add a code block to each blog post where you want to hide the links. Add the following. <style> .entry-actions { display: none; } </style> Let us know how it goes. Edited October 14, 2020 by creedon typo Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
Austine Posted October 14, 2020 Author Share Posted October 14, 2020 It has worked! Thanks a million. creedon 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment