Subscribe button not showing

Hi. Does anyone know why the top-right subscriber button is missing on my site? https://www.mattpedals.bike. It’s the one that appears alongside the sign-in button in the Casper theme, which I’m using. See: https://demo.ghost.io.

I’m pretty sure I’ve got all the membership access settings correct, and that the button used to be there.

I couldn’t find anything similar on the forum – just people wanting to remove the duplication between this button and the bottom-right portal button.

I quite like having both but my top button has disappeared!

Any help gratefully received. I expect it’s something simple that I’ve missed.

Matt

You’ve got some css (code injection header, probably?) that says:

.footer-cta, .gh-head-button {
    display: none !important;
}

A comma is an “or” – and .gh-head-button is your missing button. You maybe meant something else.

Thank you, that’s the issue. :+1:

I think I was trying to hide the sign-in box on member-only posts so that I could include my own instead of the default one, as on this post: Gospel Pass takeaway.

Don’t know why I also included the subscribe button.