Hide forum title only on forum list

xF2 Guides Hide forum title only on forum list

Compatible XF Versions
  1. 2.0
To hide forum title only on forum list you can add this code to your extra.less template:
Code:
/*** Hide forum title on forum list ***/
[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
AnimeHaxor
Views
1,311
First release
Last update

More resources from AnimeHaxor

Similar resources

0.00 star(s) 0 ratings
Updated
Allow Moderators to View Forum while board is Inactive AnimeHaxor
Allow those moderators to view the forum, even when you disable it!
0.00 star(s) 0 ratings
Updated
A guide for migrating an existing forum with suggestions to a Suggestion Type forum (new to XF 2.2).
0.00 star(s) 0 ratings
Updated