- This topic has 5 replies, 4 voices, and was last updated 13 years ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 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 Troubleshooting › Change Default Look/Dimensions of eMember Login WIdget
Is there a way to re-style the default eMember login? I am interested in altering the size of both the login field and its assciated text. Thanks.
I tuned mine up a bit.
Find the following function in the eMember_auth_utils.php
file
function show_login_form()
If you want to change the output for when members are logged in then look for the following function in that same file:
function eMember_login_widget()
Hope that helps.
GG
This is quite helpful. Thanks, gymgangsta.
Just an update: most of the visual styling can be accomplished by editing the eMember_style.css file, located in the “css” sub-folder of your eMember installation.
(1) Where do I change the font, font color, font size and background for the “Member Login” at the top of the login form? I went into the eMember_style.css and I see how to change the other elements in the form but not the top type that says “Member Login”. see screenshot here [http://www.opportunitytrainingcourse.com/screenshot.jpg] Also
(2) Is this the same for “Affiliate Login” on Affiliate plugin? and…
(3) Why are there two .css files in the directories – when trying to make the changes I noticed the file in the sub-folder called css was the file that effected the changes?
Update: It is better to use the following plugin for applying your custom CSS tweaks:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
You only change the “css/eMember_style.css” file for customization. The other CSS file is for system use.