Customizing Logout Button

If you wish to change the default “Logout” button that shows up in the Login/Logout sidebar widget, then here’s what you need to do…

Rename the file

wp-content/plugin/DAP-WP-LiveLinks/DAP-WP-LogoutHTML.html

To…

wp-content/plugin/DAP-WP-LiveLinks/customDAP-WP-LogoutHTML.html

Open this new file customDAP-WP-LogoutHTML.html and inside you’ll see just this one line…

<input type=’button’ name=’dap-logout-button’ value=’Log Out’ onClick=”javascript:location.href=’/dap/logout.php’;”  style=”margin-top:5px” />

Change that to…

<input type=’image’ src=”/path/to/button/image.jpg” name=’dap-logout-button’ value=’Log Out’ onClick=”javascript:location.href=’/dap/logout.php’;”  style=”margin-top:5px” />

2 comments ↓

#1 Mark on 09.17.12 at 4:28 pm

The text for my logout/login button and also the text I enter into the ‘email’ and ‘password’ boxes is almost completely white, so I can’t see what I’m typing. Is there a way to change the color of the font? I am using the %%LOGIN_FORM%% and the text is also nearly invisible for the update button for my members’ ‘My Profile Page.’

I am using WordPress and my theme is black, but I don’t see why that should affect the text within the login boxes. Any help would be greatly appreciated with this, thanks.

#2 Veena Prashanth on 09.26.12 at 5:42 pm

Please see:

http://www.digitalaccesspass.com/forums/threads/857-Login-Form-CSS

Leave a Comment