Remove social share feature on blog archive
-
Hello,
On the blog archive we have a social share button which I want to remove (it is problematic for SEO). I do not want to hide it with CSS but completely remove it. How can I do this as I do not see the settings for this.
Here is a screenshot: https://ibb.co/wCGgYy3
Hello,
Please add the below code to Theme Settings -> Custom CSS -> Global Custom CSS.
.blog-post-loop .hovered-social-icons {
display: none !important;
}
If you would like to discuss the issue further, our customer support team is here for you.
Kind Regards
Hi Luke,
Please read my support question. I do not want to hide this with CSS. It has a malformed html link which is bad for seo. I want to remove this functionality.
Hello,
Sorry, understood.
You have 2 ways:
1) You can copy the content.php
file to the child theme and delete the code from the 185 to 190 string.
2) Remove all social buttons from Theme Settings -> Social profiles -> Share buttons: https://take.ms/W6mEC
Please let me know if you have any further questions in the meantime.
Kind Regards
Thanks Luke! I hadnt thought about the second option and that work perfectly š
Hello,
Great! In case you need any additional help, Iād be more than happy to assist you.
Wish you all the best.
Kind Regards
The topic ‘Remove social share feature on blog archive’ is closed to new replies.