Home › Forums › WoodMart support forum › Login button is not showing on My Account page
Login button is not showing on My Account page
- This topic has 7 replies, 2 voices, and was last updated 3 years, 7 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
April 6, 2022 at 5:00 am #366577
refaParticipantHi,
I’ve noticed that the login button is not showing on the My Account page. Register button is only showing.
I attached an image for your reference.Kindly, help me to resolve this.
Thank you,
Attachments:
You must be logged in to view attached files.April 6, 2022 at 8:06 am #366616
Aizaz Imtiaz AwanKeymasterHello,
The issue is caused by the CSS you added.
Screenshot for Clarification: https://gyazo.com/050ba987046e17b0443c95aa53cf3c5f
Please remove the CSS then check back.
Best Regards
April 8, 2022 at 5:47 am #366924
refaParticipantThank you,
I removed the css and that works for me. But, I add that css to hide a particular content from account dashboard. Could you please tell how to hide that without affecting the Login button. I attached an image for your clarification.
Attachments:
You must be logged in to view attached files.April 8, 2022 at 7:41 am #366966
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following Custom CSS for that.
.woocommerce-MyAccount-content p {
display: none;
}Best Regards
April 8, 2022 at 7:45 am #366969
refaParticipantI already tried, that will hide the customer information too. But I want to only hide those 2 lines I mentioned on the screenshot.
April 8, 2022 at 11:16 am #367019
Aizaz Imtiaz AwanKeymasterHello,
Sorry but it is not possible to hide only the line you mentioned by leaving the other because the lines are wrapped in
tag and the CSS will hide them all.
Best Regards
April 11, 2022 at 4:58 am #367445
refaParticipantLike you said hiding those two lines is also ok. But the problem is, after applying that css it hides the whole section of account details from My Account. Please find the attached screenshot for your reference.
Thank you,
Attachments:
You must be logged in to view attached files.April 11, 2022 at 10:50 am #367568
Aizaz Imtiaz AwanKeymasterHello,
Sorry but as the content is wrapped in the
tags will be hidden using the CSS i provided. It is not possible to only remove some of them because they haven’t assigned any classes.
It requires customizations and this is beyond our limitations and support policy.
Best Regards
-
AuthorPosts
Tagged: login button, LOGIN PAGE, my account, register page
- You must be logged in to create new topics. Login / Register
