Hi Eliu and welcome back to the forums — hope all is well!
It looks like you might be using a plugin that adds the social media sharing options. It would be best if you can configure that plugin so that it excludes Events. However, if that’s not possible, then you can add this to your theme’s style.css file or by using the Simple Custom CSS plugin and that will hide the buttons:
.events-single .entry-content .addthis_toolbox {
display: none;
}
Can you send me a link to where the months are not capitalized? I was looking at your site and the months all appear to capitalize the first letter, but it’s possible I’m just not looking in the right place.
Thanks!
Geoff