Libin
Forum Replies Created
-
GREAT NEWS guys!!!
The new version(ver:2.0.0) included “Logo height” and “width” option. Enjoy.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Login Logo Size for New UsersAwesome!
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Login Logo Size for New UsersCan you give me a link to your site so that I can check it directly.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Login Logo Size for New UsersPlease refer to this answer and let me know if you need any other help.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Change field names?Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Fix backgroundGo to the Erident Custom Login and Dashboard settings page and inside the Login Screen Background, change the Background Position to
topcenter.Hope this will help you.
Hey,
In future, I will make a separate section for saving custom css.
Don’t forget to rate the plugin. 🙂
http://wordpress.org/support/view/plugin-reviews/erident-custom-login-and-dashboardEnjoy your completely branded WordPress Version
Forum: Reviews
In reply to: [Erident Custom Login and Dashboard] Quick & SharpThank you so much DoctorThomas! You made my day! Keep supporting the plugin.
Forum: Reviews
In reply to: [Erident Custom Login and Dashboard] Simply the Best…Thanks much!
Love to hear that my plugin is really helping you guys!!! Keep Supporting.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Suggestion: Custom CSS fieldThank you so much for the suggestion. Even I have the same plan. You can expect this feature in coming version!!!
Forum: Reviews
In reply to: [Erident Custom Login and Dashboard] Like It A LotThank you so much for the review!
Forum: Reviews
In reply to: [Erident Custom Login and Dashboard] Easy to useThank you so much for the review!
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] DashboardHey,
Check the settings page‘s first section. Through the dashboard settings, you can change the footer texts on left and right.
Thank you.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Edit Login Input Box Color.login form .input, .login input[type="text"]style is not in the er-custom-login.php file. It is coming from WordPress defaults.So you simply need to add those styles to the er-custom-login.php. Simple!
Please follow the below steps:
1. Login to your WordPress dashboard. And navigate to “Editor” under “Plugins” from the left side menu.
2. Select “Erident Custom Login and Dashboard” from the top right drop down menu. Now “erident-custom-login-and-dashboard/er-custom-login.php” page will open in an editor.
3. Press Ctrl + F and Search “<style type=”text/css”>”
4. Just below the line “<style type=”text/css”>” add the below styles.
body.login div#login form .input, .login input[type="text"] { color: #333333 !important; /* Change the color to yours */ }Keep in mind that, this will overwrite when the plugin got updated. So if that happens, you need to redo the above steps again.
Hey, Refer to this answer and update the css like below.
div.updated, .login .message { background-color: #ffffe0 !important; /* Change to your desired color */ border-color: #e6db55 !important; /* Change to your desired color */ }