Can we disable theme presets switcher? #656
Answered
by
netadptr0719
roughnecks
asked this question in
Help
-
Hello, I would like my site to only have 1 theme and it shouldn't be changed, so maybe add a way to disable the theme switcher?
|
Beta Was this translation helpful? Give feedback.
Answered by
netadptr0719
May 15, 2025
Replies: 1 comment 1 reply
-
I put the following in my custom CSS, it works, but an official way would be nice .theme-picker {
display: none
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
roughnecks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I put the following in my custom CSS, it works, but an official way would be nice