• Resolved slidemaker

    (@slidemaker)


    Hi, the URL is your live demo because i found this problem is there too.
    Can you see it?

    Image:https://ibb.co/mqRkgYY

    When a theme shows small wishlist buttons, this little difference in icon position looks horrible.

    Thank you very much for your support

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there

    What you reported appears to be a problem with Proteo integration
    I forwarded your feedback to the team that manages theme updates, and they will check this problem as soon as possible

    If you experience similar problems on another theme, please share with me an url where I can check the issue, so that I can suggest some CSS to fix apperance of your site 🙂

    Thread Starter slidemaker

    (@slidemaker)

    Yes I had the same problem on Digi theme: https://themeforest.net/item/digi-electronics-woocommerce-theme/20289750 so I changed the theme.

    Now I see this problem in my new theme too: /

    Thank you, I will wait for a fix.

    Thread Starter slidemaker

    (@slidemaker)

    Oh sorry my current theme is Capie and my URL is https://elearning-templates.com/template/animated-sequence/

    Thank you,

    • This reply was modified 3 years, 8 months ago by slidemaker.
    Plugin Author YITHEMES

    (@yithemes)

    Hi there

    I really think this depends on specific theme integration
    We’ll correct that on Proteo theme, of course, since it is our product; on the other hand, regarding your specific site, I suggest you to add the following CSS rules to Additional CSS section of theme customizer (WP Dashboard -> Appearance -> Customize)

    .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
        padding: 0!important;
        font-size: 0!important;
    }
    
    .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i {
        font-size: 14px!important;
    }
    
    .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.delete_item i {
        font-family: 'ElegantIcons';
        display: inline-block!important;
        top: 50%;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.delete_item i:before{
        content: "\e089";
    }
    

    Here a couple of screenshots with this custom style
    Add to wishlist
    Added to wishlist

    Hope this helps

    Thread Starter slidemaker

    (@slidemaker)

    Awesome!
    Thank you very much.

    Plugin Author YITHEMES

    (@yithemes)

    You’re welcome

    If you enjoy our plugin, don’t forget to leave us a 5 star review, to support us and help our work
    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Heart position changes when selected’ is closed to new replies.