Tagged: x
-
AuthorPosts
-
May 20, 2016 at 8:58 am #1001538
Ryanbrown1987ParticipantHey team!
I’d love to be able to change the “Leave a comment” label to something else, like “Spark the conversation” or something. Can this be done?
And can the size of the text be adjusted?
Cheers!
May 20, 2016 at 8:59 am #1001541
Ryanbrown1987Participantwebsite: http://www.lostboymemoirs.com
May 20, 2016 at 11:41 am #1001773
Nabeel AModeratorHi there,
Please add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript
jQuery(document).ready(function($){ $('.comment-reply-title span').html('Spark the conversation'); });Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!
May 23, 2016 at 1:23 am #1004680
Ryanbrown1987ParticipantHey team,
That did work, thanks you! And how might I change the “comments” label above after there are already comments like something around “Join the conversation”?cheers!
May 23, 2016 at 1:41 am #1004702
LelyModeratorHello Ryan,
Please try to update above javascript to this:
if( $('.x-comments-list').length ){ $('.comment-reply-title span').html('Join the conversation'); }else{ $('.comment-reply-title span').html('Spark the conversation'); }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1001538 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
