Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author QuantumCloud

    (@quantumcloud)

    Please try adding the following override in the custom CSS area:

    .jarvis-ball-container {
    box-shadow: 0px 0px 0px 0px !important;
    }

    Thread Starter heresthecavalry

    (@heresthecavalry)

    Thank you, that’s fantastic. While I’ve got you, the custom messages – the ones with a semi-transparent background, how do i change opacity on that?

    Plugin Author QuantumCloud

    (@quantumcloud)

    Welcome! Try this:

    .tooltip-content {
    background: rgba(42, 48, 53, 0.81) !important;
    }

    The last value 0.81 is what you would want to change.

    Thanks

    Plugin Author QuantumCloud

    (@quantumcloud)

    Need to override arrow too. Use this instead:

    .tooltip-content {
    background: rgba(42, 48, 53, 0.61);
    }
    .tooltip-content::after {
    border-left: 40px solid rgba(42, 48, 53, 0.61);
    }

    Thanks

    Thread Starter heresthecavalry

    (@heresthecavalry)

    Many thanks ??

    Plugin Author QuantumCloud

    (@quantumcloud)

    Please rate the plugin. That really helps us.

    Thank you!

    Thread Starter heresthecavalry

    (@heresthecavalry)

    Done! Thank you. Might be back with more questions!

    Plugin Author QuantumCloud

    (@quantumcloud)

    Thank you! Appreciate it. Let us know if anything else comes up.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘White glow on tooltip popup’ is closed to new replies.