Resource icon

Unmaintained Remove forum title from your forum

Compatible XF 2.x versions
  1. 2.0
  2. 2.1
License
Free
196216


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;
    }
}
/**********/
...
You do not have permission to view the full content of this resource. Log in or register now.
Author
cosmin85
Views
1,902
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from cosmin85

Latest updates

  1. Update for 2.1.x

    Updated for 2.1.x
Top Bottom