User Profile Information - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

User Profile Information

John Juhl

John Juhl

Helix Framework 4 months ago

Hi guys,

How can I remove the edit "User Profile Information" option in the LOGIN menu

kr. John

0
5 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 months ago #194949

Admittedly, this goes beyond the scope of JoomShaper support, but try this Custom CSS:

#users-profile-core > div > div a,
#users-profile-core > div > div a span {visibility: hidden;display: none; color: transparent;}

It will hide Edit link, to remove you have to dive into php code.

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 4 months ago #194943

Are you talking about this one prnt.sc/RJK8sLw1MqeH. If I identify it wrong then please provide screenshot of the item

0
John Juhl
John Juhl
Accepted Answer
4 months ago #194944

Yes precisely :)

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 months ago #194947

Hi John,

It's a Joomla core thing, visible also in Casiopea template.

In Joomla Admin > Users: Options > Frontend User Parameters: Hide (it will hide some info, but it will not hide edit button)

0
John Juhl
John Juhl
Accepted Answer
4 months ago #194998

Thanks a lot, Paul :)

0