atomiks / tippyjs

Tooltip, popover, dropdown, and menu library
https://atomiks.github.io/tippyjs/
MIT License
11.91k stars 518 forks source link

Unable to change tooltip style in Webflow #1180

Open yinjwang opened 2 weeks ago

yinjwang commented 2 weeks ago

Hi,

I'm looking to edit the background color, text color, text size, padding, and rounded corner of the tippy tooltip. I referenced .tippy-tooltip per answers from this ticket, but was unable to see the change in webflow)

Screenshot 2024-08-23 at 8 29 23 PM

For the specifics, see my post in Webflow forum

Appreciate your help!

bullet-ant commented 2 weeks ago

Inspecting the tooltip, I found that it's .tooltip-box instead.

.tooltip-box {
    font-size: 1rem;
    padding: 0.3rem 0.6rem;
    */ other css goes here /*
}