Modification of the Public subscription page? #2300
-
Beta Was this translation helpful? Give feedback.
Answered by
knadh
Feb 10, 2025
Replies: 1 comment
-
You can paste this in Settings -> Appearance -> Public -> Custom Javascript. It'll hide the lists selector. const listDiv = document.querySelector('.form .lists'); if (listDiv) { listDiv.style.display = 'none'; } |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
BruceChastain
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can paste this in Settings -> Appearance -> Public -> Custom Javascript. It'll hide the lists selector.