How to style the tooltip text?

  • Damian Witham
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 3 months ago #130044 by Damian Witham
How to style the tooltip text? was created by Damian Witham
Is there an easy way to re-style the tooltips on the registration forms.

They currently have a white background with grey text. I'd like a black background with light grey text. And possibly rounded corners.

Actually just like this:
getuikit.com/docs/tooltip

Please Log in or Create an account to join the conversation.

More
4 years 3 months ago #130047 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic How to style the tooltip text?
This would requires some custom css added (and honestly, this should be handled by your site template, not Events Booking)

You can submit a support ticket sending us:

- Super admin account of the site
- Link to the page

I will ask my template developer to add some custom css to change the appearance of the tooltip for you

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • Damian Witham
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 3 months ago #130055 by Damian Witham
Replied by Damian Witham on topic How to style the tooltip text?
I'm happy to tinker with it, but can you let me know the class names for all the elements?

Please Log in or Create an account to join the conversation.

  • Truong Tong Quang
  • Offline
  • Junior Member
  • Junior Member
More
4 years 3 months ago #130057 by Truong Tong Quang
Replied by Truong Tong Quang on topic How to style the tooltip text?
Hi,
Can you add css here:
body .tooltip-inner {
color: #808080;
border: 1px solid #ddd;
background: #fff;
}
Please check it
Thanks,
Truong

Please Log in or Create an account to join the conversation.

  • Damian Witham
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 3 months ago #130109 by Damian Witham
Replied by Damian Witham on topic How to style the tooltip text?
Hey Truong, this works great, thanks.

Please Log in or Create an account to join the conversation.

More
4 years 3 months ago #130115 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic How to style the tooltip text?
Great. Thanks for confirming

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc