remove forum title

  1. cosmin85

    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; } } /**********/ Live Demo ...
Top Bottom