• Resolved Willie Daniel Pozo

    (@willdows007)


    Hi there I need some help here

    I want to change the heart icon but nothing I do does the trick, also there is a code that shows when we are inside the products “well in some products”

    please a litle help here

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

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

    (@yithemes)

    Hi there

    I just checked your site, and I can see that theme customizes ATW button, changing our icons with an “heart” from its internal icon font
    Here you can find a reference to the icon set used by the theme; we can help you change the icon, but you need to choose one in this icon set

    Regarding your second question, I’m afraid I don’t understand your request; could you please explain me better what this code should do?

    Thread Starter Willie Daniel Pozo

    (@willdows007)

    Hi there
    the icon I choose is the one that has two squares with a plus signal “one square behind, one in front and the plus signal in front off all”

    </ion-icon>”>

    Regarding my other question
    on this page
    there is a code on the left on the product and beside the heart this code= (img class=”yith-wcwl-icon” src=”https://swisscorp-sa.com/wp-content/uploads/2020/09/ico-w.svg&#8221; width=”32″ />A?adir a lista de sugeridos )

    it appears on some products

    how can I fix that

    Also, one other thing below all that there is a text on English, couldn’t find the way to change it to Spanish “hope you can give me a hand with that also”

    Thank you so much

    Plugin Author YITHEMES

    (@yithemes)

    Hi there

    upon closer inspections, it seems that your theme uses an older version of the icon set
    Here the link to the correct version; could you please tell me which icon you want to use?

    Regarding your second question, I cannot see the link, and checking your site, I cannot see any error on loop or single product page

    Thread Starter Willie Daniel Pozo

    (@willdows007)

    Hi
    ok lests change the heart to this other ion-android-cloud-done

    also can we change the purse icon (the one beside the heart) to this other icon
    ion-ios-cart-outline (it would be great)

    I have a doubt about this, when we change it to the new icon is it also going to change the heart icon wich apper when we put the mouse over any product? (my bet is yes, but just in case)

    Regarding my second question you are right sudenly it got fix

    Plugin Author YITHEMES

    (@yithemes)

    Hi again

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

    .woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist a:before,
    .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a:before{
        content: '\f378';
    }
    
    .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.add_to_cart_button:before{
        content: '\f3f7'!important;
    }
    

    Here you can find a couple of screens of your site after my modifications:
    Screen 1
    Screen 2

    Thread Starter Willie Daniel Pozo

    (@willdows007)

    Hi there
    the code works just fine on the produts but…. the icons next to the top header menu on the rigth doesnt.
    they are still with the heart and the purse. The icons next to the search

    if we could change that also it will be so great.

    thank you so much for your help

    Plugin Author YITHEMES

    (@yithemes)

    Hi again

    Please, try to add the following CSS rules to Additional CSS section of your theme customizer

    #sns_header .header-right .mini-wishlist .tongle:before{
        content: '\f378';
    }
    
    #sns_header .header-right .mini-cart .tongle:before{
        content: '\f3f7';
    }
    

    Hope this helps

    Thread Starter Willie Daniel Pozo

    (@willdows007)

    Hi
    Thank you so much you are very kind
    the changes work 100%

    Have a nice day!

    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 9 replies - 1 through 9 (of 9 total)
  • The topic ‘problem with the Heart icon’ is closed to new replies.