Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1155020
    hjaffer
    Participant

    Hi

    I want to change the hover title of recent posts widget to show something different than “Permalink to”. I found this JS from another thread that removed the title completely but that’s not what I want.

    jQuery(function($){
    $(document).ready(function(){
    $('a').attr('title','');
    });
    });

    How can I do that?

    Thanks

    #1155070
    Christian
    Moderator

    Hey there,

    Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You might want to contact our trusted partners who caters X setup and customization needs. Please see https://community.theme.co/custom-development/. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding. Take care!

    #1155073
    hjaffer
    Participant

    Got it done, thank you.

    #1155179
    Thai
    Moderator

    If you need anything else please let us know.

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