- This topic has 2 replies, 2 voices, and was last updated 9 years, 1 month ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember General Questions › Disable or Hide Details link Profile Display Extended AddOn
Tagged: details, hide, members, Profile Extended
Hi, Is there anyway to remove Details link from the Profile Display page and only demonstrate custom information using the shortcode? We do not need to show individual profiles to other members. We just need to show some fields of userinfo in a public page.
You should be able to do this using CSS tweaks.
Grab the following plugin:
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Then add the following custom CSS in there to hide the details link in the member profile listing:
.emember_profilex_summary_list .column-view{
display: none;
}
Thank you very much.