XenForo Tutorials

Remove forum title from your forum

Submitted by Sunny1997, , Thread ID: 123407

Thread Closed
Sunny1997
Newbie
Level:
0
Reputation:
0
Posts:
16
Likes:
4
Credits:
0
04-03-2019, 01:19 PM
#1
Go to admin panel - appearance - styles - your style - templates - extra.less

and simply add this code to your extra.less:


Code:
[data-template="forum_list"]
{
  .p-title-value {
    display: none;
  }
  .p-title {
    float: right;
  }
}
/**********/
1

Users browsing this thread: 1 Guest(s)