- This topic has 3 replies, 3 voices, and was last updated 12 years, 6 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 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 › how to customize the eMember login screen
Tagged: customize login screen
Hello,
The default eMember login screen that pops up with the site wide protection. Where can I customize it to look different?
Thanks
David
Hi David,
It all depends on what you want to do.
Are you talking about cosmetic changes? ie, CSS stuff? If so you should use firebug to experiment with the CSS and then commit your changes in the eMember_custom_style.css file.
The following is a video about using firebug to make CSS modifications:
thanks I am looking to make changes beyond CSS changes.
I want to be change the words on the page, add new text, images, html etc. … where is the template or file that I can modify?
Thanks
You can customize the code of the login widget and tweak whatever you like. Find the following function in the “eMember_auth_utils.php” file:
function eMember_login_widget()
The code inside the function outputs the login widget so change it to whatever you like.
There are some code samples at the following URL that can come in handy:
http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-miscellaneous-tweaks-248