xF2 Template Modification Remove forum title from your forum

guclusat

Tanınmış Üye
Süper Moderatör
Forum başlığını forumunuzdan kaldırın
Öncesi
1610235127700.png
Sonrası
1610235030630.png

Go to admin panel - appearance - styles - your style - templates - extra.less
and simply add this code to your extra.less :

Kod:
[data-template="forum_list"]
{
    .p-title-value {
        display: none;
    }
    .p-title {
        float: right;
    }
}
 
Geri
Yukarı