Oh no problem! I should have elaborated. That code is CSS. You can insert it into your theme’s CSS file, located here. Or, since you do not appear to have created a child theme it might be an even better idea to go to WP Admin > Events > Settings, click on the Display tab, scroll down to the ‘Add HTML before event content’ box, make sure you have clicked on the ‘Text’ tab in the box not the ‘Visual’ one, then paste the following into that box.
<style type="text/css">
body .tribe-bar-disabled {
z-index: 1;
}
</style>
Does that make sense? Did it resolve your issue?
– Brook