Austine Posted October 13, 2020 Share Posted October 13, 2020 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. 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Austine Posted October 13, 2020 Author Share Posted October 13, 2020 I have added the web link Link to comment
creedon Posted October 13, 2020 Share Posted October 13, 2020 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. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
Austine Posted October 14, 2020 Author Share Posted October 14, 2020 It has worked! Thanks a million. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.