[ad_1]
Plugin Author
Golemiq
(@awesomefootnotes)
Hi there,
Footnotes are using the following classes for pretty tooltip:
footnote and footnote-tooltip
so you can use these in your CSS to target the styling.
Or you can go to footnotes settings select Options from the left hand menu, and in Styling (CSS) section paste something like this:
.footnote.footnote-tooltip {
font-size: 2em;
color:#fff;
border:1px solid #e74c3c;
background:#333;
}
Sincerely
