How to open the page in the same tab when you click on the logo in the blog navigation
You can use the following custom code:
<script>
document.querySelectorAll('.nav-02__link').forEach(link => link.setAttribute('target', '_self'));
</script>
Just copy it and paste it into the "Blog" tab in the "Blog home page code" and "Each blog post code" sections. Don't forget to save by clicking the blue icon !

Updated on: 15/07/2025
Thank you!
