Hi there,
I would like to change the Tootip hover background colour and enlarge the font size bigger. Can you give the div class for this please? I can’t check from the toggle tool. Thanks.

Hi there,
I would like to change the Tootip hover background colour and enlarge the font size bigger. Can you give the div class for this please? I can’t check from the toggle tool. Thanks.

Hi,
To change the font size and color, you can add the code below in Theme Options > CSS
.tooltip {
font-size:25px;
}
.tooltip-inner {
background-color:red;
}
I’ll list below some CSS/HTML resources that should help you to carry on these modifications on your own in the future:
Hope these helps
Thanks. I will have a look at the vdos. Appreciate the links.
Kind Regards,
We are delighted to assist you with this.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.