• when once I select the heart,
    red heart does not appear on my website.

    Can you help me?

    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

    It seems a problem with theme’s customization
    Anyway, you could try to solve it using the following CSS code

    .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a:before{
        font-family: 'simple-line-icons';
        content: "\e08a";
        font-size: 24px;
        line-height: 48px;
    }

    All you have to do is to add it at the end of Additional CSS section of theme’s customizer (WP Dashboard -> Appearance -> Customize)

    Thread Starter teneyuque90

    (@teneyuque90)

    Thank you Antonio, i have another problems.

    Also on the product page when I select the heart, the heart disappears again.
    https://resinas3d.live-website.com/producto/elegoo-photopolymer-beige

    and the mobile, it’s similar problem.

    Plugin Support Antonio La Rocca

    (@therock130)

    Hi there

    Please, try to change the code that I previously sent you as follows

    
    .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a:before,
    .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a:before,
    .single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a:before,
    .single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a:before{
        font-family: 'simple-line-icons';
        content: "\e08a";
        font-size: 24px;
        line-height: 48px;
    }
    
    @media (max-width: 767px) {
        .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a:before,
        .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a:before,
        .single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a:before,
        .single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a:before {
            font-size: 20px;
            line-height: 34px;
        }
    }
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem to hearth’ is closed to new replies.