• Resolved rosshanrahan

    (@rosshanrahan)


    Thanks for an excellent plug in.

    Are you able to provide any advice as to how I might change the font size and shadow effect of the jquery popup when I hover over a reference number?

    Thanks in advance,

    Ross

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rosshanrahan

    (@rosshanrahan)

    Ah never mind, here’s what I added if anyone else has the same question.

    .footnote-tooltip a {
    font-size: 14px;
    color: #E21249 !important;
    }

    .footnote-tooltip {
    box-shadow: 0px 0px !important;
    border-radius: 0px !important;
    }

    .footnote-tooltip.ui-tooltip-content {
    width: 700px !important;
    }

    div.ui-tooltip {
    max-width: 700px;
    }

    • This reply was modified 3 years, 10 months ago by rosshanrahan.
    Plugin Contributor David Artiss

    (@dartiss)

    Thanks for sharing that Ross, and thanks for the kind words too.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Styling of JQuery Popup’ is closed to new replies.