Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1306979
    bsjoling
    Participant

    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

    #1307015
    Lely
    Moderator

    Hello There,

    Please use the following code instead:

    (function($){
    $('.woocommerce li.product .entry-header > a').html('Details');
    })(jQuery)

    Hope this helps.

    #1308293
    bsjoling
    Participant

    Sweet, that did it!

    Many thanks

    #1308324
    Christian
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-1306979 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>