XF2 Tutorials Remove Forum Title from Forum List

XenBD

Administrator

Staff member
Remove Forum Title from Forum List-1.webp


Go to admin panel - appearance - styles - your style - templates - extra.less
and simply add this code to your extra.less :
CSS:
[data-template="forum_list"]
{
    .p-title-value {
        display: none;
    }
    .p-title {
        float: right;
    }
}
 
Similar threads Most view View more
Back
Top