• Resolved zauncorp

    (@zauncorp)


    i want my wishlist button to show icon only but it only show text, please help

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

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

    (@yithemes)

    Hi there

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

    .single-product .yith-wcwl-add-to-wishlist i{
        font-family: 'fl-icons' !important;
        font-display: block;
        speak: none !important;
        margin: 0!important;
        padding: 0;
        display: inline-block;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        position: relative;
        line-height: 1.2;
    }
    
    .single-product .yith-wcwl-add-to-wishlist i.fa-heart-o:before{
            content: "\e000";
    }
    
    .single-product .yith-wcwl-add-to-wishlist i + span{
        display: none;
    }

    This is the final result that I got on your installation

    Thread Starter zauncorp

    (@zauncorp)

    Still not working, i need the wishlist heart icon appear next to add to cart(now is download) button

    Plugin Author YITHEMES

    (@yithemes)

    Hi there

    I already see ATW button next to Download button: check my screenshot

    Thread Starter zauncorp

    (@zauncorp)

    thank you, turn out it because of my browser

    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 5 replies - 1 through 5 (of 5 total)

The topic ‘icon not working’ is closed to new replies.