We have our Chat as a page that has been added to our Navigation bar. How May we remove the Forum Chat Box from appearing in the lower right corner?Does it require CSS to hide it? Maybe make it Transparent?Thank you.
Hello,write this: #xChatBase {display:none !important;}into your CSS (admin -> layout -> CSS) to hide the chat in the lower right corner.