·
Added a discussion

I'm using the new Artificer theme. The problem is the 'Welcome to Our Community' message with the 'login' 'create account' buttons header stays on the homepage whether you're logged in or not. I don't want to turn on the 'disable pages covers' because that affects other pages. How do I get rid of that homepage Welcome header?

  • 655
Comments
    • I figured it out. If you have the problem, go to pages > homepage > settings > cover. Then either turn off cover or replace cover.image_transcoder.php?o=sys_images_editor&h=1489&dpx=2&t=1691207909

      • 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;

        }

        Login or Join to comment.