See here: http://imgur.com/7CwjVFp
I want to change the black to a green shade.
thanks
Any ideas here? Thanks
Hey!
Try adding this code to the Quick CSS:
.avia-tooltip {
background: green !important;
}
Change as needed.
Cheers!
Josue
Thank you That worked. Resolved
To change the bottom arrow of the tooltip:
.avia-tooltip .avia-arrow {
background: red;
}
Thank you I hadn’t noticed that Resolved
You are welcome, glad to help :)
Regards,
Josue