Tagged: x Author Posts November 7, 2016 at 9:47 pm #1248104 FrancisParticipant Hello, In the woocommerce cart view I would like to change the “x” remove this item button for the trash icon [x_icon type=”trash-o”] and I don’t seem to find the appropriate file to make the changes. Any ideas? Thank you very much! November 8, 2016 at 12:39 am #1248231 RupokMember Hi there, Thanks for writing in! You can add this under Custom > JavaScript in the Customizer. jQuery ( function( $ ) { $('.woocommerce .cart_item .remove').html('<i class="x-icon x-icon-trash-o" data-x-icon="" aria-hidden="true"></i>'); } ); Hope this helps. Cheers! November 8, 2016 at 12:14 pm #1249040 FrancisParticipant Thanks! That did the trick. November 8, 2016 at 5:15 pm #1249318 JadeModerator You’re most welcome, Francis. Author Posts <script> jQuery(function($){ $("#no-reply-1248104 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In