1

Clicking on Logo opens new window

In Client Center portal when user clicks on a Logo it opens new tab (window). This is generally considered bad practice.

2 replies

If you need this changed right away, you can add this simple code to Settings > Customization > Footer in your Admin Panel.

<script type="text/javascript">
  var logo = document.getElementsByClassName("header__logo")[0];
  logo.setAttribute("target", "_self");
</script>

Although I fully agree with you, we often get contradicting requests as to how we should open certain pages/links, e.g. how to open the Admin Panel link. I've converted your post to an idea, so that everyone could share their opinion on this question.

Thank you for raising this question!