Tagged: hover, logo element, partner element
Hi there, is it possible to have the hover info always showing? Or add text below the logo?
There’s info there the visitors won’t see unless they know to hover.
Hey BrendaSarg!
try this code inside of Quick CSS field:
.avia-tooltip.avia-tt {
display: block !important;
opacity: 1 !important;
}
Cheers!
Andy