Dadparvar Well-known member Dec 17, 2015 #1 Hi, How it is possible to hide/remove: Without removing codes. Is there any option? I couldn't find it. Thanks
Hi, How it is possible to hide/remove: Without removing codes. Is there any option? I couldn't find it. Thanks
P Paul B XenForo moderator Staff member Dec 17, 2015 #2 You would have to edit the template or use CSS to hide it. See here for a guide: https://xenforo.com/community/resources/how-to.4390/ Upvote 0 Downvote
You would have to edit the template or use CSS to hide it. See here for a guide: https://xenforo.com/community/resources/how-to.4390/
Jake B. Well-known member Dec 17, 2015 #3 Try this in your EXTRA.css: Code: #AccountMenu .sectionFooter.statusPoster { display: none; } It should work. Upvote 0 Downvote
Try this in your EXTRA.css: Code: #AccountMenu .sectionFooter.statusPoster { display: none; } It should work.