Shoutbox Customisation

Hi All,

I'd like to know how to customise the Shoutbox. I'd like to keep the shoutbox same dimensions, reduce the size of the avatar and bunch the test up a tiny bit. I've looked at modules -> boonex -> messenger -> template -> css main.css - but not sure if that is the only place that changes need to be made.

Is there any documentation on Messenger ?

Thank you, Brad

  • 609
  • More
Attachments
Replies (1)
    • Hello Brad,

      It's not recommended to modify the core files of any module. Doing so can lead to issues with future updates, and you may lose your changes after an update.

      If you only need to make changes to a specific page - in your example, the homepage - it's better to follow this approach:

      1. Navigate to Studio -> Pages -> Homepage -> Injection.
      2. In the header section, add a <style> block to override the CSS styles of the HTML elements you want to change.

      This method ensures your customizations are preserved and won't be affected by module updates.

      Login or Join to comment.