Hi,
how can I change the color at the Partner/Logo Element Hover Text (Background)?
At the moment it is black an white font, and I need blue an white font.
Thanks a lot
Elke
Hey Elke,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .avia-tooltip,
#top .avia-tooltip .avia-arrow
{
background: #037ef3;
color:#fff;
}
Best regards,
Vinay
Great thank you :-)
Hi,
Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
how to show the existing arrow ?
Edit: found it – i set the tooltip including the arrow to width auto :lol
the arrow needs an absolute given width.
Hi Guenni007,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria