So I removed the sidebar on most templates, but when I logout, after a while in my dashboard, I get that small login page again. And the sidebar still seems to be there ? How do I remove this? It seems to wp-login who is doing it. This seems to be also there when I click the lost password link. I would like the same button I have on login to use for lost password button.
Hello, Yes for security purpose when you log out and still another tab containing the page of log in session then a pop log in will opened. Please provide URL of your website. You have to remove the sidebar of log in page. Thanks & Regards Pramod
Hi pramod, I got it fixed. I do have one other question. The forgot your password page is not as nice as the login page. One t hing that bugs me is that there is a lot of empty space between the 'content' and the footer, more then the other pages. Is there any way to fix that? Also, on the login page, where it says Sign in, it is colored red. How can I change that ? Many thanks for your time and expertise. Happy Diwali!
Hello, Thank you ! and A very happy and prosperous Diwali to you too! Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #login-panel h3, #registration_form h3 { color: #357B18; } Change the color of lo-gin and registration form title. Set according to your requirement. For spacing use this code Code: .content_wrapper .page-content { min-height: 200px; } Thanks & Regards Pramod