Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #622421

    I need to change the default cart icon.
    This solution works
    https://kriesi.at/support/topic/change-shopping-cart-icon/#post-177320

    But the cart icon reverts when updating Enfold.
    So to avoid this I placed it into my Enfold Child functions.php

    
    $avia_config['font_icons'] = apply_filters('avf_default_icons', array(				
       //woocomemrce    
           'cart' 			=> array( 'font' =>'entypo-fontello', 'icon' => 'ue835'),
    ));
    

    But placing this code in the child theme does not change/overwrite the cart icon.
    Is this a bug? or is there a solution?

    #622481

    Hey 74stan!

    you can change it with a CSS, by replacing the class icon content. We can try that, if you do not know how, please provide a link to your web site, with access to your backend, so we can add the CSS

    Cheers!
    Basilis

    #622489

    Could you drop the css here for me?

    #624314

    Hi,

    Please follow the instructions here: http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/

    Best regards,
    Ismael

    #624662

    That’s exactly what I needed.
    Thanks!

    #624781

    Hi,

    Happy we could help you out.
    Btw, If you have a moment, I would very much appreciate if you could quickly rate our theme, which wiII heIp us keep the deveIopment.

    We really appreciate your feedback and input and again, thanks a lot for using our theme!

    Best regards,
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.