KSA Well-known member Apr 3, 2020 #2 What is that? I have not seen that as part of XF before. Upvote 0 Downvote
Mave Active member Apr 3, 2020 #3 ALMUSA said: What is that? I have not seen that as part of XF before. Click to expand... These are custom thread fields, found here: Title is required and shows up as you can see in my first post. I want to hide those titles for these custom fields only. Upvote 0 Downvote
ALMUSA said: What is that? I have not seen that as part of XF before. Click to expand... These are custom thread fields, found here: Title is required and shows up as you can see in my first post. I want to hide those titles for these custom fields only.
KSA Well-known member Apr 3, 2020 #4 Mave said: These are custom thread fields, found here: Title is required and shows up as you can see in my first post. I want to hide those titles for these custom fields only. Click to expand... Why can't you simply remove those custom thread fields? Upvote 0 Downvote
Mave said: These are custom thread fields, found here: Title is required and shows up as you can see in my first post. I want to hide those titles for these custom fields only. Click to expand... Why can't you simply remove those custom thread fields?
Mave Active member Apr 3, 2020 #5 ALMUSA said: Why can't you simply remove those custom thread fields? Click to expand... Because I need them, I just don't need the titles. Upvote 0 Downvote
ALMUSA said: Why can't you simply remove those custom thread fields? Click to expand... Because I need them, I just don't need the titles.
KSA Well-known member Apr 3, 2020 #6 Mave said: Because I need them, I just don't need the titles. Click to expand... You mean you do not want them to appear in the message block? Upvote 0 Downvote
Mave said: Because I need them, I just don't need the titles. Click to expand... You mean you do not want them to appear in the message block?
Mave Active member Apr 3, 2020 #7 ALMUSA said: You mean you do not want them to appear in the message block? Click to expand... 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. Upvote 0 Downvote
ALMUSA said: You mean you do not want them to appear in the message block? Click to expand... 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.
KSA Well-known member Apr 3, 2020 #8 Mave said: 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. Click to expand... 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 Upvote 0 Downvote
Mave said: 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. Click to expand... 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