XenForo Remove Save as Default Filter in what's new

M

MapleOne

Guest
Screenshot (15).webp

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...