Basically, any DMs with threads. If you just want to hide the button, this CSS would do the trick, although you’ll still have threading:
button#c-footer-threads.c-footer__item {
display: none;
}
Basically, any DMs with threads. If you just want to hide the button, this CSS would do the trick, although you’ll still have threading:
button#c-footer-threads.c-footer__item {
display: none;
}