UNKNOWN PH
Member
- Jun 13, 2019
- 90
- 10
- 8
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.cssFollow 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 templateFollow 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; }
Howwhy u want remove this?
im sure u can disabled from thread options in admin panel