XenForo Customize forum block in Forum view

GuDron

Super Moderator
Staff member
Super Moderator
Jan 28, 2020
822
7
271
Language
English
GuDron submitted a new resource:

Customize forum block in Forum view - Xenforo 2 Customize forum block in Forum view

How to change the forum block in forum view to something like that?
View attachment 31

This is a DIY step-by-step tutorial.


Change forum block on forum view

To change the forum block on forum view add this to your extra.less template:
CSS:
[data-template="forum_view"] {
    .p-body-header {
        background: #261e00;
        color: #F6D55C;
        padding: 10px;
        border-radius: 4px;
        border-left: 20px solid #EEB400;
    }...

Read more about this resource...