Hi, how can I control the background color and transparancy and fade speed of the tooltips at the the galleries
Hi,
You can use this on your custom.css or Quick CSS
.avia-tooltip {
background: red;
color: white;
}
You can use rgba color to render transparent background.
Regards,
Ismael
Hi,
thanks, great support.
ridcon