Add HTML (Link) Next To Logo

We want to add a link in the space next to the logo. Is that possible?

Yeah, take a look at this page. The example used is adding a link to the header.

4 Likes

That works perfectly, thanks.

So this worked great until a recent beta update and now it does not work at all:

<script type='text/x-handlebars' data-template-name='/connectors/header-after-home-logo/add-header-links'>
  {{#unless showExtraInfo}}
    <div style="width:100px;float:left;font-size:1.4em;font-weight:bold;padding-top:10px;padding-left:20px;">
       <a class="nav-link " href="/">
            Home
       </a>
    </div>
  {{/unless}}
</script>

The format shown in this topic works as a replacement. :slight_smile:

You can ignore the discussion in the topic, my issue with the code was resolved. The stuff in the OP works just fine, now.

3 Likes