• During registration a specific email will be required. Only gmail.com & outlook.com" .
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Support.
Make your forum categories clear to visitors

Make your forum categories clear to visitors

XenModz

Administrator
XenModz submitted a new resource:

Make your forum categories clear to visitors - Forum categories are blurred for visitors.

View attachment 6589
Add the following extra.less code to your template and save it:
Less:
[data-logged-in="false"] [data-template="forum_view"] .p-body-pageContent, [data-logged-in="false"] [data-template="thread_view"] .p-body-pageContent, [data-logged-in="false"] .block--category {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    -o-filter: blur(4px);
    filter: blur(4px);
    filter...

Read more about this resource...
 
Back
Top Bottom