Comment to 'How to get rid of the 'Welcome To The Community' Homepage Header'
  • Or you can just delete the text in polyglot and if you don't want the login and join buttons, put this in artificer - Styles - Custom Styles

    .relative.mx-auto.py-16.text-center .bx-btn.bx-btn-primary,

    .relative.mx-auto.py-16.text-center .bx-btn.ml-3 {

    display: none;

    }