M
MapleOne
Guest

I would like to use css to remove the SAVE AS DEFAULT section because we use Latest Activity and not New Posts and I need to remove the default section.
So far I have this but it removes everything
Code:
Code:
[data-template="whats_new_posts"]
.inputChoices-choice {display: none !important;}
Continue reading...