Title: Styling Problems
Last modified: April 20, 2021

---

# Styling Problems

 *  Resolved [spuritika](https://wordpress.org/support/users/spuritika/)
 * (@spuritika)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/styling-problems-3/)
 * Hey folks,
    I’m having 2 weird interactions with YITH Wishlist and i can’t solve
   it.
 * The first one is with my “heart” icon that becomes white on hover, and the second
   one is about the popup that i can’t disable.. I’m trying to add Custom CSS like
   i saw in other issues but it’s just not working for me.
 * What can i do to solve this?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fstyling-problems-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Support [Antonio La Rocca](https://wordpress.org/support/users/therock130/)
 * (@therock130)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/styling-problems-3/#post-14347783)
 * Hi there
 * Please, try to add the following CSS rules at the end of Additional CSS section
   of theme customizer (WP Dashboard -> Appearance -> Customize)
 *     ```
       .image-tools .wishlist-icon .wishlist-button:hover i {
           display: inline-block!important;
           color: #f4c55c;
       }
   
       .image-tools .wishlist-icon .wishlist-popup{
           display: none!important;
       }
       ```
   
 * You can change the color of your icon by altering the hex color code included
   in the previous rules
 *  Thread Starter [spuritika](https://wordpress.org/support/users/spuritika/)
 * (@spuritika)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/styling-problems-3/#post-14348020)
 * Perfect!
    Ty so much Antonio !!
 *  Plugin Support [Antonio La Rocca](https://wordpress.org/support/users/therock130/)
 * (@therock130)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/styling-problems-3/#post-14350364)
 * You’re welcome!
 * We are doing our best to improve our plugins. Our target is to develop and release
   the best free plugins for WooCommerce, but to achieve this we need your help.
   Please leave a good [review](https://wordpress.org/support/plugin/yith-woocommerce-wishlist/reviews/#new-post)
   to support us and help our growth

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Styling Problems’ is closed to new replies.

 * ![](https://ps.w.org/yith-woocommerce-wishlist/assets/icon-128x128.gif?rev=3129302)
 * [YITH WooCommerce Wishlist](https://wordpress.org/plugins/yith-woocommerce-wishlist/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-wishlist/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-wishlist/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-wishlist/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-wishlist/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-wishlist/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Antonio La Rocca](https://wordpress.org/support/users/therock130/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/styling-problems-3/#post-14350364)
 * Status: resolved