Hide help/? button

Hi all,

I found a CSS someone had posted on here to hide the help menu/question mark button. However, it did not work for me. I copied and pasted the code into a new CSS block as directed. Newer to RemNote, so not sure if I did something wrong. Below is what I used. Thanks in advance.

#help-button {
  display: none;
}

Try

.rn-help-button {
    display: none;
}
1 Like

That did it! Thank you so much for your help!

1 Like