forum title

  1. ENXF NET

    xF2 Template Modification Remove forum title from your forum

    Go to admin panel - appearance - styles - your style - templates - extra.less and simply add this code to your extra.less : [data-template="forum_list"] { .p-title-value { display: none; } .p-title { float: right; } }
  2. ENXF NET

    Unmaintained Remove forum title from your forum

    Go to admin panel - appearance - styles - your style - templates - extra.less and simply add this code to your extra.less : [data-template="forum_list"] { .p-title-value { display: none; } .p-title { float: right; } } /**********/
Top