- Compatible XF Versions
- 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.