• Resolved swami12

    (@swami12)


    Can you help with the specific CSS to target in order to change background and font colors in the jQuery pretty tooltip? Or another solution?

    Many Thanks

    Nancy

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    Thread Starter swami12

    (@swami12)

    Thank you! Perfect.

    Plugin Author Golemiq

    (@awesomefootnotes)

    Great – very happy to hear that!

    May we kindly ask for a couple of minutes of your time to leave a review. We will highly appreciate it!

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.