I want to delete this button,what files should I modify?
-
@Hentai make sure you know what removing it does before you do, removing it makes it impossible to change between container and container-fluid, removing it won't force your site to one width or the other, so it may be inconsistent for your users.
However, hide it using CSS, if you remove it from the theme, it makes upgrading in the future a pain.
I'm on my iPad at the minute, but Use firebug or some other browser based development tool to get the class name. (I think it's panel resizer) and set the CSS to
display:none;
If you really want to mess with the code, it's here
Copyright © 2024 NodeBB | Contributors