This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 8 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Tooltip | Changing the color #76903

    raj
    Participant

    Dear Folks,

    I’ve a scenario where I’m using the jqxTooltip component, but it is showing in yellow background theme and I want to change the background to some other color. is this possible by providing any class name etc?

    Looking forward.

    Regards,
    Raj

    Tooltip | Changing the color #76905

    Dimitar
    Participant

    Hello Raj,

    Such a CSS adjustment may be what you require:

    .jqx-tooltip-main, .jqx-tooltip-text {
        background-color: blue;
        color: white;
    }

    Please take a look at the jqxTooltip Styling and Appearance help topic for more information.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.