Articles on: Custom extensions

Change logo on specific pages

This simple guide will show you how to change the logo image on specific pages.



Step 1



Copy this code:

<script>
document.querySelector('.nav-02__logo_img').src='https://ucarecdn.com/142839e4-a585-407d-ae39-d99958a8adc3/';
</script>


Step 2



On the required page, create a Custom HTML component.



Step 3



Paste the code inside.



Step 4



Replace the image source URL with your own one (make sure to keep the quotes).



Done!



Now the logo image on this page is changed 💪

Updated on: 17/12/2021

Was this article helpful?

Share your feedback

Cancel

Thank you!