Careers

// Find the image element by class name var imageElement = document.querySelector('.pm-footer-image img'); // Check if the image element exists if (imageElement) {imageElement.src = 'https://playmakers.co.za/wp-content/uploads/2024/05/logo_black-1.png';}