ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 29,413
- Points
- 823
Reputation:

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