Hello, how can I add a button like this?
1 „Gefällt mir“
We have a couple of components that you can use to add links to the header Custom Header Links and Iconified Header Links
4 „Gefällt mir“
Is there a way to hide the “Custom Header Links” for the logged in users?
1 „Gefällt mir“
You can add this to your theme
html:not(.anon) .custom-header-links {
display: none;
}
6 „Gefällt mir“
Thanks a lot!
2 „Gefällt mir“