Hi there,
This is Elsa from Ecwid team. Thanks for your message, I'll be glad to assist you!
The social button on the bottom your website can be hidden with the help of CSS code:
HTML Code:
.footer .likely, .footer .ec-likely {
display: none;
}
To apply the CSS code given above, please, follow these steps:
1. Go to Ecwid control panel > Design, scroll down and click on Create new theme.
2. Then click on Add new CSS theme and paste the CSS code there.
3. Activate the theme and Save changes.
As it's done, the social button will be hidden.
Feel free to write back if you have any questions.
Thank you!