XF 1.4 Thread title does not appear

KSA

Well-known member
when I create a new thread the title should appear at the top of the thread but its does not! How do I fix that?
 
It does. So you either have a style issue or a problem with an add-on.

Disable all add-ons, and switch to the default XenForo theme. Test to see if the problem still occurs. If it doesn't, enable add-ons and theme one at a time until you find the one causing the problem.
 
It does. So you either have a style issue or a problem with an add-on.

Disable all add-ons, and switch to the default XenForo theme. Test to see if the problem still occurs. If it doesn't, enable add-ons and theme one at a time until you find the one causing the problem.

It seems like a template issue, I have disabled all the add ons but the problems still occurs. Any Idea?
 
You have this somewhere in your css:

Code:
.titleBar h1 {
font-size: 0;
}

If you didn't apply it yourself I'd seek help via your style author.
 
Top Bottom