Comment to 'Shoutbox Customisation'
  • 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.