Hey Vanina!
Thanks for reaching out.
Doing this requires writing custom CSS, which we are not able to help with.
Please read this page for more information on that → https://theeventscalendar.com/knowledgebase/what-support-is-provided-for-license-holders/
While it’s true that we cannot help with customizations or design tweaks, I would love to at least provide a quick example to help you get started here 😀
/* Make the export links orange. */
div.tribe-events-cal-links a.tribe-events-button {
background: #cc9900 !important;
}
/* Make the export links red when hovered. */
div.tribe-events-cal-links a.tribe-events-button:hover,
div.tribe-events-cal-links a.tribe-events-button:focus {
background: red !important;
}
Best of luck with your customizations!
George