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.

Updated on: 16/07/2024

Was this article helpful?

Share your feedback

Cancel

Thank you!