HybridBoy Active member Sep 13, 2014 #1 Hi! I can't get rid of (No prefix) from thread prefixes. "Require users to select a prefix" is selected. Thank you for your time!
Hi! I can't get rid of (No prefix) from thread prefixes. "Require users to select a prefix" is selected. Thank you for your time!
P Paul B XenForo moderator Staff member Sep 13, 2014 #2 Add this to EXTRA.css: Code: node32 .prefix.noPrefix, .node33 .prefix.noPrefix, .node35 .prefix.noPrefix { display: none !important; } Where 32, 33 and 34 are the forum IDs. That will hide it from view. Upvote 0 Downvote
Add this to EXTRA.css: Code: node32 .prefix.noPrefix, .node33 .prefix.noPrefix, .node35 .prefix.noPrefix { display: none !important; } Where 32, 33 and 34 are the forum IDs. That will hide it from view.