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