How can I hide the view profile link on the profile update form on user setting page …
Hi,
Please use this CSS snippet (How to add custom code snippets - HivePress Help Center):
.hp-form__action--vendor-view {
display: none;
}
I hope this is helpful to you.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.