- This topic has 4 replies, 3 voices, and was last updated 8 years, 11 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 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 › How to edit the "Login" and "Join Today!" Message
Tagged: change, edit, join today, login
How can I edit/change the “Please Login to view this Content. (Not a member? Join Today!)” Message/links?
I did what you said above to edit the “Please Login to view this content. Join today!” on a protected page, but now it says “Please Login to view this content. ( )” with the weird brackets at the end of it. Is there a way to take out the brackets ( )?
You can hide that other section using CSS.
Grab this plugin:
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Then add the following CSS in there:
.eMember_not_a_member_msg{
display: none;
}
Thanks, this worked. (Actually, I have a CSS box that came with my WP theme, so I just put the code in there).