Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter rodfernandes

    (@rodfernandes)

    Another thing is that the title on the wishlist page has gone. It appears quickly when I refresh the page, but as soon as it loads, the title disappears.

    Looking into the code (in the browser), the title is as display: none.

    Plugin Author YITHEMES

    (@yithemes)

    Hi there

    please, try to add the following CSS rules to Additional CSS section of theme customizer (WP Dashboard -> Appearance -> Customize)

    .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
        padding-left: 0;
    }
    
    .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before,
    .yith-wcwl-add-to-wishlist a.add_to_wishlist:before {
        display: none;
    }
    
    .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse{
        padding-left: 0;
    }
    
    .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before{
        display: none;
    }
    
    .yith-wcwl-form .wishlist-title {
        display: block;
    }
    
    Thread Starter rodfernandes

    (@rodfernandes)

    That worked, thank you!

    Plugin Author YITHEMES

    (@yithemes)

    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 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Duplicate heart add to wishlist’ is closed to new replies.