I have been asked to do a number of simplifications of the Discourse interface.
One of these is to remove the + icon at the bottom of the sidebar (which is used to create new sections within the sidebar), preferably only for non-admins, but if necessary, for everyone.
Can you point me in the right direction for how best to implement these kinds of css tweaks?
I’m using the Air theme which does not provide access to css overides (or at least I don’t know how it does), and I’m on a hosted Discourse account from Communiteq, so I don’t have any access to files in Docker.
I want to make these changes in a way that is the least likely to break with new Discourse or template releases.
So what would you recommend? Would it make sense to create a custom theme component for this particular customer with just a few bits of css? Or something else?