Kelby Posted April 3, 2023 Share Posted April 3, 2023 Hello, How to delete header and footer from twenty-one theme login page ? Thanks 0 Quote Link to comment Share on other sites More sharing options...
AladdinJ Posted April 4, 2023 Share Posted April 4, 2023 you can use hook in login page and add javascript code that hide header and footer 0 Quote Link to comment Share on other sites More sharing options...
AALayer Posted April 15, 2023 Share Posted April 15, 2023 On 4/3/2023 at 9:43 PM, Kelby said: Hello, How to delete header and footer from twenty-one theme login page ? Thanks Open the login.tpl file(there are like 3-4 files for the login, such as reset password ... etc) and: <style> footer, navbar { display: none !important } </style> Make sure to grab any ID/class you want removed from the login page. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.