XF 2.1 How to hide custom thread fields titles?

Mave

Active member
I want to hide these:

ijKu0V0.png


Thanks in advance!
 
You're right. I could simply do

Code:
div.message-fields.message-fields--before dl.pairs.pairs--columns.pairs--fixedSmall dt{
    display:none
}

But then I'd hide every custom field on the forum instead of just these two.

Well the correct css would be .message-fields not what you put above but anyway I believe you can target a specific custom thread field using Field ID

@S Thomas would be able to help
 
Back
Top Bottom