Home › Forums › Support › Remove register form by css This topic has 7 replies, 2 voices, and was last updated 3 years, 2 months ago by David. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts February 24, 2023 at 3:55 am #2545273 Jusung Hello. On this page, you can see register and login form. here I wanna remove register from and align login form to center. I used “display:none;” to remove but can’t align login form to center. Can I make it by css or php code? you can find the same page on the second link. So, what I am trying is that Removing register form and align login form to center in Login Page Removing login form and align register form to center in My-account Page. February 24, 2023 at 5:08 am #2545354 DavidStaff Customer Support Hi there, go to Woocomerce > Settings -> Accounts & Privacy and unchecK Allow customers to create an account on the "My account" page February 24, 2023 at 5:09 am #2545357 Jusung I need register form on my account page. I want to remove login form on my account page. So, I can’t do it. February 24, 2023 at 5:46 am #2545401 DavidStaff Customer Support How is the Login page been created ? February 24, 2023 at 5:48 am #2545405 Jusung I made login page and I added shortcode, which is the same thing on my account page. Therefore, I need to use remove with page id I think.. February 24, 2023 at 6:29 am #2545456 DavidStaff Customer Support You can use this CSS: .page-id-90 .woocommerce .u-column2 { display: none; } .page-id-90 .woocommerce .u-column1 { margin: auto; float: none !important; } February 24, 2023 at 9:07 am #2545756 Jusung Thank you!! Finally this is settled! February 25, 2023 at 3:10 am #2546319 DavidStaff Customer Support Glad to hear that Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In