karencocke,
Hello there! Thanks for reaching out. You should be seeing tooltips similar to this (screenshot), but I’m noticing that you have the following CSS style rule in your theme that is preventing your tooltips from displaying properly:
.entry-title {
display: none;
}
If you add the following CSS to your stylesheet, it should fix the problem:
.tribe-events-tooltip .entry-title {
display:block !important;
}
Give that a shot and let me know if it resolves the issue. Thanks! 🙂
-Casey-