How to Alter the Style of the Footnote Tooltip Text with CSS?
-
Hi. We love the plugin.
I have been trying to figure out how to change the default font face and size of the tooltip text when a user hovers over the footnote number. I have tried the following unsuccessfully in custom CSS. Is this possible to do?
I have tried each of these individually:
.easy-footnote {
font-family: helvetica, arial, sans-serif;
font-size: 20pt;
color: #000000;
}.easy-footnote a { $same body as above }
.easy-footnote a[title] { $same body as above }
.qtip-content a { $same body as above }
.qtip-content a[title] { $same body as above }
Thanks,
_rob_
The topic ‘How to Alter the Style of the Footnote Tooltip Text with CSS?’ is closed to new replies.