How to remove thread title in xenforo

ckeeper

Well-known member
Nov 8, 2019
623
376
63
Follow the same logic similar to below for the Thread Title in css
Code:
Edit css, I belive it's called xenforo.css?

.titleBar h1
{
font-size: 18pt;
overflow: hidden;
zoom: 1;

}
Search for this and then add display: none; In the end it should look like this:

.titleBar h1
{
font-size: 18pt;
overflow: hidden;
zoom: 1;
display: none;

}
 

UNKNOWN PH

Member
Jun 13, 2019
90
10
8
Follow the same logic similar to below for the Thread Title in css
Code:
Edit css, I belive it's called xenforo.css?

.titleBar h1
{
font-size: 18pt;
overflow: hidden;
zoom: 1;

}
Search for this and then add display: none; In the end it should look like this:

.titleBar h1
{
font-size: 18pt;
overflow: hidden;
zoom: 1;
display: none;

}
Where to find the xenforo.css
 

UNKNOWN PH

Member
Jun 13, 2019
90
10
8
Follow the same logic similar to below for the Thread Title in css
Code:
Edit css, I belive it's called xenforo.css?

.titleBar h1
{
font-size: 18pt;
overflow: hidden;
zoom: 1;

}
Search for this and then add display: none; In the end it should look like this:

.titleBar h1
{
font-size: 18pt;
overflow: hidden;
zoom: 1;
display: none;

}
I cant find in template
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,209
111,759
120
why u want remove this :D?
im sure u can disabled from thread options in admin panel
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,209
111,759
120
Allow new messages to be posted in this forum :D
 

Attachments

  • xenforo setting.jpg
    xenforo setting.jpg
    83.7 KB · Views: 6

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,209
111,759
120
in left sidebar click on forum
go to nodes section ...
 

Forum statistics

Threads
69,477
Messages
909,884
Members
239,664
Latest member
شاكر

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu