2

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” />

Click Here to Leave a Comment Below 2 comments
Mark - September 17, 2012

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.

Reply

Leave a Reply: