How to hide login button?

Hi,

Does anyone know how to hide the login button?

Without url to your website we can only guess.

You can use the following attribute on the Login button to hide it:

    display: none;

Thank you. The site was still behind a password, but I opened it at https://rainforest-community.com/

I still want to keep the newsletter subscription button on the homepage.

ke 26. toukok. 2021 klo 0.35 JavowiecPL via Ghost Forum (ghost2@discoursemail.com) kirjoitti:

@Vesa-Matti Add the following code to the header section of your website with code injection.

<style>
.members-login {
  display: none;
}
</style>
1 Like

Great! It worked! Thanks for this magical advice!

ke 26. toukok. 2021 klo 11.04 DonaldH via Ghost Forum (ghost2@discoursemail.com) kirjoitti: