Hi there,
On the Community Builder registration page, tooltips appear when hovering over each field. I'm trying to change the background color of the tooltip's title section.In qtip.css, I modified the background-color property of .qtip-bootstrap .qtip-titlebar from #f7f7f7 to a different value. However, the changes are not being reflected on the page. I've verified that the current background color of the tooltip's title section is indeed #f7f7f7. And since .qtip-bootstrap .qtip-titlebar is the only selector using this color in qtip.css, I believe this is the correct selector.
Can anyone advise on how to successfully change the background color of the tooltip's title section?
Thanks