Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 15, 20231 yr Hello, I need to add custom.css CSS code. It should apply on whole board EXCEPT inside one choosen app. How can I do that? It's doable via CSS? I dumb.. Done. 😉 Just added changes CSS into that app only. 😉  Â
April 15, 20231 yr Solution If anyone ever needs it... Every app except Forums. body:not([data-pageModule="forums"]){ } Â