See this page; http://kau-hawaii.com/
We had to change the background color so the tool tip would show up better on our map on another page.
What is the custom css to change the font color on the gallery tool tip only to #000000 ?
Thank you
Hey elames!
Thank you for using Enfold.
You can use this on Quick CSS;
.avia-tooltip {
background: #7e9353 !important;
color: #000000;
}
Best regards,
Ismael
sorry that did not change anything.
Hey!
Please try adding !important rule as following
.avia-tooltip {
color: #000000!important;
}
Regards,
Yigit
Thanks that worked. RESOLVED