Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Chris Roberts

    (@columcille)

    Just .tippy_body should work, not both it and . domTip_tipBody

    Thread Starter amandala3

    (@amandala3)

    It doesn’t work. My code is

    .tippy_body {
    background-color: #b7e1dc;
    }

    But it’s still white.

    Any ideas?

    Plugin Author Chris Roberts

    (@columcille)

    You might try increasing the specificity of the rule to ensure that it overrides Tippy’s styling, so instead of .tippy_body try something like:

    body .tippy_body {
    etc
    }

    If that doesn’t work, is there a link where I can see it in action?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Background Color’ is closed to new replies.