Title: Tooltip Background Transparency
Last modified: August 30, 2016

---

# Tooltip Background Transparency

 *  [dnl27](https://wordpress.org/support/users/dnl27/)
 * (@dnl27)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/tooltip-background-transparency/)
 * Hello,
 * I think it’s a common problem, but I didn’t find a solution yet. The background
   of the Tooltip is transparent on the right site.
 * I am using the Tippy Plugin for showing Amazon products when you hover over the
   text.
 * How can I make the background white (non-transparent)?
 * Here you can see my problem:
    [http://www.mynightout.de/festival-packliste/](http://www.mynightout.de/festival-packliste/)
 * Thanks in advance.
 * [https://wordpress.org/plugins/tippy/](https://wordpress.org/plugins/tippy/)

Viewing 1 replies (of 1 total)

 *  [cdegross](https://wordpress.org/support/users/cdegross/)
 * (@cdegross)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/tooltip-background-transparency/#post-6469319)
 * Hi dnl27,
 * I also had this problem.
 * I’ve fixed mine, by going into jquery.tippy.css and changing
 * .tippy_tip {
    width: 450px; height: 300px;
 *  border-radius: 5px;
    box-shadow: 0px 0px 3px #888, 4px 4px 6px #888;
 *  z-index: 50;
    }
 * To:
    .tippy_tip { width: 450px; height: 300px;
 *  border-radius: 5px;
    box-shadow: none;
 *  z-index: 50;
    }
 * You could also adjust the width and make it smaller, which seems to take care
   of the problem too.
 * Best of luck!

Viewing 1 replies (of 1 total)

The topic ‘Tooltip Background Transparency’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/tippy.svg)
 * [Tippy](https://wordpress.org/plugins/tippy/)
 * [Support Threads](https://wordpress.org/support/plugin/tippy/)
 * [Active Topics](https://wordpress.org/support/plugin/tippy/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tippy/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tippy/reviews/)

## Tags

 * [hover](https://wordpress.org/support/topic-tag/hover/)

 * 1 reply
 * 2 participants
 * Last reply from: [cdegross](https://wordpress.org/support/users/cdegross/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/tooltip-background-transparency/#post-6469319)
 * Status: not resolved