- Posts: 9
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
$(document).on('ready pjax:scriptcomplete',function(){ // Remove footer info icon $('#info-footer').closest('div').find('*').remove(); // Remove footer version info $('.footer a[data-bs-toggle="modal"]').parent().find('*').remove(); // Change logo image var imageParent = $('.footer img').closest('div'); $('*', imageParent).remove(); $(imageParent).append('<img src="https://pathTo/myImage.png" title="My image title" alt="My image name" />'); });