RobynLJ Active member Jan 27, 2021 #1 On my wish list . . . . . I would love to be able to keep the signatures in the forum posts, but disable them in the gallery comments section. Upvote 2
On my wish list . . . . . I would love to be able to keep the signatures in the forum posts, but disable them in the gallery comments section.
Paul B XenForo moderator Staff member Jan 27, 2021 #2 In the meantime, add this to the extra.less template: Less: [data-template*="xfmg_media"] { .message-signature { display: none; } }
In the meantime, add this to the extra.less template: Less: [data-template*="xfmg_media"] { .message-signature { display: none; } }
RobynLJ Active member Jan 27, 2021 #3 Brogan said: In the meantime, add this to the extra.less template: Less: [data-template*="xfmg_media"] { .message-signature { display: none; } } Click to expand... Thanks very much!
Brogan said: In the meantime, add this to the extra.less template: Less: [data-template*="xfmg_media"] { .message-signature { display: none; } } Click to expand... Thanks very much!
RobynLJ Active member Jan 30, 2021 #4 Thank you @Brogan for such a quick and helpful response. I very much appreciate your help.