πΏπ¦South Africa mwpjuan
Any idea WHY they made it this difficult to do this??? When I started with Drupal 7 it was a simple as editing the page.html.tpl file. 1min max and worked perfectly.
πΏπ¦South Africa mwpjuan
Update
I managed to remove the tooltip by editing the calendar_view.module file. Line 104 - 105
// Helpful information on hover.
$row['attributes']->setAttribute('title', $values['title'] ?? NULL);
Commenting out line 105 will remove the tooltip on hover
πΏπ¦South Africa mwpjuan
Has there been any update on this? Which theme settings am I supposed to change in order to have this removed?