When a user logs into this site they see just a plain button with no text above their profile, see this: Here is the code for the button:Rather than the martini glass or whatever that thing is, I want the button to say just "Edit Profile". How do I do this?
Code:
<ul class="com-users-profile__edit btn-toolbar float-end"> <li class="btn-group"> <a class="btn btn-primary" href="/account/my-profile?task=profile.edit&user_id=1369"> <span class="icon-user-edit" aria-hidden="true"></span> Edit Profile </a> </li> </ul>
Statistics: Posted by vincebodie — Tue Jan 30, 2024 12:28 am