Subscribe Button - link to sign up form

I am using Source Theme.

Is there a way to either remove the subscribe button at the bottom of my page or change the link target of that button to show my sign up form?

I only want paid subscribers - the current subscribe button allows a user to enter their email and click on subscribe and then they become a free member (which I do not want).

The subscribe button at top right goes to the correct form
The subscribe button at the bottom of page does not go to that form.

Thanks for any help
Cindy

You can remove it by adding this in your Admin > code injection:

<style>footer .gh-form { display: none; }</style>

It’s also possible to change the target, but that would require changing the theme code.

4 Likes

Thank you so much! I just added it in and works - yay!

2 Likes