• Resolved spuritika

    (@spuritika)


    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 to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Antonio La Rocca

    (@therock130)

    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

    (@spuritika)

    Perfect!
    Ty so much Antonio !!

    Plugin Support Antonio La Rocca

    (@therock130)

    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 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.