How can I add a button to the header?

Hello, how can I add a button like this?

1 Like

We have a couple of components that you can use to add links to the header Custom Header Links and Iconified Header Links

4 Likes

Is there a way to hide the “Custom Header Links” for the logged in users? :slight_smile:

1 Like

You can add this to your theme

html:not(.anon) .custom-header-links {
  display: none;
}
6 Likes

Thanks a lot! :slight_smile:

2 Likes