Finished a project here but for I would like tooltip text to show if you hover over the title. Currently I can’t get the text to show at all. Suggestions?
.tooltip:hover .tooltiptext {
visibility: visible;
}
1 Like