Hide Edit Profile link and Profile Avatar in ld_profile shortcode ContentsSnippet Snippet # /***Hide "Edit Profile" link***/ #ld-profile .ld-profile-edit-link { display: none; } /***Hide Profile Avatar Picture***/ #ld-profile .ld-profile-avatar { display: none; } Copy to clipboard