Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1398910
    jsn789
    Participant

    Hello,

    I am trying to change the text in the span (which can be seen in the picture attached). I have tried the following, but for some reason it does not change the span text:

    jQuery(document).ready(function($){
    $(‘a.x-portfolio-filters span’).html(“Sort Case Studies”);
    });

    Would you please assist on that?

    Thank you in advance.

    Regards,
    Yas

    #1398912
    jsn789
    Participant
    This reply has been marked as private.
    #1399018
    Jade
    Moderator

    Hi there,

    Please use this code in the JS customizer:

    jQuery('a.x-portfolio-filters span').text('Sort Case Studies');

    Hope this helps.

    #1399080
    jsn789
    Participant

    Hey Jade,

    Thank you for suggesting that, it worked!

    Cheers,
    Yas

    #1399144
    Thai
    Moderator

    You’re most welcome 🙂

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