You are viewing limited content. For full access, please sign in.

Question

Question

Tooltip class and css

asked on December 31, 2024

I want to change the CSS of the tooltip so the text is left aligned (by default it is centered). What is the class name of the tooltip popup?

0 0

Replies

replied on January 2

.cf-tooltip should work for you!

0 0
replied on January 2

I tried that and it didn't work. I tried the font changes to verify.

0 0
replied on January 2

Strange, it worked for me to change the font-weight to bold, on Cloud, using the modern designer.

0 0
replied on January 2

@████████I was able to left-align using HTML in the tooltip box itself, would that work for you?

<div style="text-align: left;">Testing<br>Testing Line 2</div>

0 0
replied on January 2

Thanks, that worked. I was hoping to do it as a class, but inline styling worked.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.