Tagged: x Author Posts December 28, 2016 at 5:22 am #1306979 bsjolingParticipant Hi Apparently I just need to add: (function($){ $(‘a.button.product_type_simple’).html(‘Details’); })(jQuery) to custom js in customizer It’s there, however it is not doing anything. I guess I must be doing something wrong… Kind regards December 28, 2016 at 6:08 am #1307015 LelyModerator Hello There, Please use the following code instead: (function($){ $('.woocommerce li.product .entry-header > a').html('Details'); })(jQuery) Hope this helps. December 29, 2016 at 3:34 am #1308293 bsjolingParticipant Sweet, that did it! Many thanks December 29, 2016 at 4:13 am #1308324 ChristianModerator You’re welcome. Author Posts <script> jQuery(function($){ $("#no-reply-1306979 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In