• Using the LoginWithAjax plugin with the default template in the static sidebar of Suffusion theme. Noted that while the “LogIn” form used a nice submit button, the “Log Out” was an unattractive text link. The fix was to add class=”button” and style=”color:white” to line 57 of widgit_in.php as follows:
    <a id="wp-logout" class="button" style="color:white;" href="<?php echo wp_logout_url() ?>"><?php echo strtolower(__( 'Log Out' )) ?></a><br />
    Now it all matches.

    maury

  • The topic ‘matching widgit-out to widgit-in’ is closed to new replies.