KozmoK Active member Jul 26, 2013 #1 I'd like the ability to turn off signatures in just one of my forums. I have a forum that show cases software I have, and I don't want mine or my staff's big signatures showing up.
I'd like the ability to turn off signatures in just one of my forums. I have a forum that show cases software I have, and I don't want mine or my staff's big signatures showing up.
P Paul B XenForo moderator Staff member Jul 26, 2013 #2 Add this to EXTRA.css: Code: .node44 .message .signature { display: none; } Change the 44 to match the node ID.
Add this to EXTRA.css: Code: .node44 .message .signature { display: none; } Change the 44 to match the node ID.
S Solkiwi Member Dec 6, 2015 #4 Hi for some reason this code isn't working for me. I have added it to EXTRA.css and changed the node ID but signatures are still showing. Is there something I am missing?
Hi for some reason this code isn't working for me. I have added it to EXTRA.css and changed the node ID but signatures are still showing. Is there something I am missing?
wang Well-known member Dec 6, 2015 #5 Solkiwi said: Hi for some reason this code isn't working for me. I have added it to EXTRA.css and changed the node ID but signatures are still showing. Is there something I am missing? Click to expand... Did you add the code to the EXTRA.css for the the style that you are using? In case you are not using the default style, you must add it to the EXTRA.css template of whatever style that you are using. Last edited: Dec 6, 2015
Solkiwi said: Hi for some reason this code isn't working for me. I have added it to EXTRA.css and changed the node ID but signatures are still showing. Is there something I am missing? Click to expand... Did you add the code to the EXTRA.css for the the style that you are using? In case you are not using the default style, you must add it to the EXTRA.css template of whatever style that you are using.
wang Well-known member Dec 6, 2015 #7 Solkiwi said: Thanks that was it! Click to expand... You are welcome sir.