HI there, sorry for the delay. If you haven’t been able to get it figured out yet I’ve got a few tips.
If you’re looking to style the tooltip that pops up on hover you’ll have to take a look at some of the documentation of the qTip jQuery plugin that handles the tooltips. The plugin currently uses the “qtip-bootstrap” style and that’s set in /assets/qtip/jquery.qtipcall.js. Of course if you edit that it will get overwritten by future updates to the plugin.
You’ll also have the following elements in your DOM to target via css div.qtip > div.qtip-tip > div.qtip-content. Targeting those classes should give you the ability to style the hover.
If you want to style the list of footnotes at the bottom of the content you can do so by targeting the ol.easy-footnotes-wrapper li.easy-footnote-single.
Or if you want to hit the footnote number that is within the post content you can target span.easy-footnote.
Hopefully that helps to give you the power you need to style your footnotes!
ol.easy-footnotes-wrapper li.easy-footnote-single were the ones. Thanks!
Maybe you should include the customizations in the set up part of the plugin.