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;
}