Remove Edit button under each form.
-
In have multiple forms that show blue edit buttons on profile front end.
I want to remove the edit button under each form and only have user navigate to gear icon to change profile details all at once.
When I put in the following custom css,
.um-3352.um input[type=submit].um-button, .um-3352.um input[type=submit].um-button:focus, .um-3352.um a.um-button, .um-3352.um a.um-button.um-disabled:hover, .um-3352.um a.um-button.um-disabled:focus, .um-3352.um a.um-button.um-disabled:active{display:none;}it delete all buttons, including follow and send message. How do I target only edit buttons?
ThanksThe page I need help with: [log in to see the link]
- The topic ‘Remove Edit button under each form.’ is closed to new replies.