Home / Forums / WoodMart support forum / Login page
Home › Forums › WoodMart support forum › Login page
Login page
- This topic has 7 replies, 2 voices, and was last updated 1 week, 5 days ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
June 10, 2026 at 12:50 pm #721157
kasperParticipantHello,
I’m having a bit of trouble with my login page.
The page is intended for a B2B portal, meaning retailers must log in before they can access the site. Because of this, I need the login page to have a clean and professional design.
However, whenever I make changes to the page design in Elementor, the login page does not seem to update accordingly.
Additionally, I enabled the login tabs in the Theme Settings, but they do not appear to be working either.
Would you be able to help me identify what might be causing these issues?
Attachments:
You must be logged in to view attached files.June 10, 2026 at 2:47 pm #721179
kasperParticipantLook below
June 10, 2026 at 4:35 pm #721192Hello,
The login page in WoodMart is not controlled directly by a normal Elementor page in most cases. That is why changes made directly on the page may not reflect on the frontend.
Edit the page and define the
[woocommerce_my_account]shortcode.Also, it looks like you are using a custom Login/Register layout from WoodMart. In this case, the correct place to make changes is:
WoodMart > Layouts > Login/Register > Edit with Elementor.
From there, you can modify the design and it will properly reflect on the frontend.
Please try making the changes inside the layout builder and check again.Best Regards
June 11, 2026 at 11:00 am #721271
kasperParticipantHello,
Okay, so I edited the layout using Elementor.
Please check the link in the hidden section.
I still need the entire login area to be centered for a more professional appearance, but I can’t seem to find the setting that controls this.
Could you point me in the right direction?
June 11, 2026 at 11:04 am #721276
kasperParticipantI have one more question regarding the login page.
I would like the login page to be displayed without a header. However, when I remove the header, it also disappears from the My Account page.
Is there a way to hide the header only on the login page while keeping it visible on the My Account page?
June 11, 2026 at 2:28 pm #721325Hello,
01. I have checked your site, and your login page content already is showing in the center. Can you please share the highlighted screenshot where you want to center the content so I will further check on your site and give you a possible solution
02. By default, the Login/Register page and the My Account page share the same WooCommerce account endpoint, so there is no built-in option in WoodMart to disable the header only on the login page while keeping it visible on the My Account page.
Also, the Login/Register Layout does not use a separate WoodMart Header Builder assignment. Headers are managed globally through Header Builder, not through the Login/Register Layout itself.
Best Regards
June 11, 2026 at 2:36 pm #721331
kasperParticipant1. Its centered horizontal, not vertically.
2. Ok. Is there a way to hide the header only on the login part while making it visible on the My Account part?
June 11, 2026 at 3:46 pm #721340Hello,
01. Here, the real issue is the layout height mismatch between the login and register columns caused by the extra privacy-policy block inside the register form.
Please add the following Custom CSS code to Theme Settings > Custom CSS:
.woocommerce-form-login .login-form-footer { margin-top: auto !important; padding-top: 40px !important; margin-bottom: 15px !important; }02. Sorry, but there is no option in Theme Settings available for that.
It requires customizations, and this is beyond our limitations and support policy.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register