Remove log in button in the header - Solo Theme

My page is under construction but published: https://wanna-art-about-it.ghost.io/
I want to make the best use of the newsletter functionalities, so keep the subscribe button, but I don’t want any sign-in options available in the header (as all my content is free).

Could someone please help me with the code to hide this via code injection?

Hoping someone can assist me - I’ve searched the forum and tried using some code snippets from other posts but have had no luck!

To be clear, you do need some way for users to get signed in, because otherwise they can’t edit their newsletter preferences. But if you have the Portal button hovering, that covers it. :slight_smile: So with that caveat:

<style>
a.gh-portal-close.gh-head-link, a.gh-portal-open.gh-head-link {display: none;}
</style>

Thank you so much!
Appreciate you replying so quickly :)

1 Like