Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jason Yingling

    (@yingling017)

    At this point I don’t have anything built in for controlling the font size via the plugin, but if you’re comfortable editing CSS you should be able to use this rule to change your font-size in the tooltip hover.

    .qtip-content { font-size: 12px; }

    If you need some more specificity you can try .qtip .qtip-content as the selector.

    If you want to edit the font-size of the footnotes at the bottom of the post you’ll want to target the .easy-footnotes-wrapper class.

    I tried to stay away from adding CSS into the plugin so users could have more control of how things looked themselves.

    I’m planning to add some settings in an upcoming release, but I don’t have a schedule for it right now. Just working on the plugin in my free time.

    Thread Starter garikoitz

    (@garikoitz)

    Thanks for your reply and your help. Keep up the good work!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footnote font size same as main text’ is closed to new replies.