Libin
Forum Replies Created
-
Its really easy. Did you able to find the above piece of code I posted?
body.login div#login h1 a { background-image: url(<?php echo $er_logo ?>); padding-bottom: 30px; // Change the value to 0 margin: 0 auto; width: 400px; height: 150px; // Change the value to 0 }
Change the height and padding-bottom attribute to zero.
Thats it.Hey Sam,
Sorry for the late reply.
You can always tweak the css by editing the plugin file itself. But note, the changes you make will disappear on next plugin update. So make sure to take a backup.
To change the logo size:
Open WordPress Dashboard, Goto Plugin-> Editor and select “Erident Custom Login and Dashboard”
Searchbody.login div#login h1 a
Add width and height inside that div as shown below.body.login div#login h1 a { background-image: url(<?php echo $er_logo ?>); padding-bottom: 30px; margin: 0 auto; width: 400px; // Change the value to yours height: 150px; // Change the value to yours }
To change the hover color, add the below code:
body.login #nav a:hover, body.login #backtoblog a:hover { color: #fff !important; //Change the color code to yours }
In the next version I will add both these options.
Forum: Reviews
In reply to: [Erident Custom Login and Dashboard] ShortcodeOh yeah, got it.
Right now we don’t have that feature. I’m trying to make the plugin as simple as possible.
But may be you can expect this feature in future release. =)
Thank You.
Forum: Reviews
In reply to: [Erident Custom Login and Dashboard] AWESOME LOGIN SCREEN PLUGINThank you so much for the review!
Forum: Reviews
In reply to: [Erident Custom Login and Dashboard] ShortcodeThanks for the review!
Shortcode for what? This plugin is just for customizing the wp-login.php page only.Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Logo Background Position changeForum: Plugins
In reply to: [Erident Custom Login and Dashboard] Logo Background Position changeLooks good now !!!
Don’t forget to give a 5 star to my plugin, if it really helps you – https://www.ads-software.com/support/view/plugin-reviews/erident-custom-login-and-dashboard
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Logo Background Position changeForum: Plugins
In reply to: [Erident Custom Login and Dashboard] Logo Background Position changeIf you want a large image to sit at the background, instead of putting it as logo make it as page background only. Make the logo section blank and put your big logo on the background.
Thank you @lanscreative
Forum: Reviews
In reply to: [Erident Custom Login and Dashboard] quick and solid!Thank you @mdam. Keep supporting…!!!!
Forum: Reviews
In reply to: [Erident Custom Login and Dashboard] Beautiful!Thank you so much @webeida. Keep supporting. ??
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] How can i change the color of this box?Hey sorry for the delay. Is this resolved?? I’m not able to see any “Strength indicator” in that page.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Customize the Links below the Login BoxHey sorry for the delayed response. You can change the link’s color and shadow color from the settings page. Check this screenshot: https://s.www.ads-software.com/extend/plugins/erident-custom-login-and-dashboard/screenshot-1.png
You can find the following options inside Login Form Settings:
- Login Form link Color
- Enable link shadow or not
- Login Form Link shadow color.
Thanks @emjimadhu. Keep supporting. ??