Option to not show Padlock symbol on trust level 0 locked categories?

I am going about making most of my forum’s categories need trust level 0 (as a workaround to needing an account to view them).

As it is for 90% of the categories on my site it looks rather bad having padlocks everywhere, is there a way to not display padlocks on trust level 0 required areas?

Bumping so this doesn’t get lost

I used this back in the days and it worked. Not sure about now, but I guess it’s worth trying. You’ll need to edit the forum via CSS


.category-box-heading .d-icon-lock {
display: none;
}
2 Likes

Had a look into whether I needed the padlock for anything, but considering the structure Im going for I dont think I’ll need it.
So long story short cheers for the solution!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.