Viewing 1 replies (of 1 total)
  • Thread Starter robgon1971

    (@robgon1971)

    Found it.
    When you insert a new tippy, use the class attribute, for example:

    [tippy title=”your title” class=”your class name”

    Then, in your custom CSS, use this class to add the image you want:

    .tippy_tip.domTip_Tip.”your class name”_tip .tippy_header {
    background: url(“here goes your url image”) no-repeat center left;
    }

Viewing 1 replies (of 1 total)

The topic ‘Background image’ is closed to new replies.