Articles on: Blogs

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 </body> code" and "Each blog post </body> code" sections. Don't forget to save by clicking the blue icon !


Updated on: 15/07/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!