Hide tooltips on items list in Blocksy theme

Is it possible to hide the tooltips that appear on hover for metadata fields and filters in the Items List when using the Blocksy theme? I find them very distracting.

Hi @lizfischer!

Unfortunately we don’t have an option for that, but you could hide them completely via “Themes” → “Customizer” → “Custom CSS”, and then add:

.tainacan-tooltip {
   display: none !important;
}

Let me know if this works :slight_smile: