Social share button

Hi there, I hope you’re fine.
Is it possible to have the social buttons only in the articles at the end, not on the main page ?
Thanks a lot
Kind regards

Hey there,

Thanks for getting in touch. I hope all is well :wink:

Excellent question, you can remove the social menu from the homepage by adding the following CSS code in the Custom CSS option of your theme on the below path.

Please keep in mind that you would have to change the page ID in the code provided below to the page ID that you are using for the homepage.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.page-id-599 .social-icons {
display: none;
}

Kind Regards,
Support

Many thanks for your answer and kindness
best regards