If you want to remove the logo from the Form page, just open the following file:
Please open the following file:
@app/themes/next/assets/css/public.css
Add these lines at the end of the file:
.card-header {
display: none !important;
}
}
And that’s it!