خيار لعدم إظهار رمز القفل على الفئات المقفلة بمستوى الثقة 0؟

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)

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)

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