Tagged: x
-
AuthorPosts
-
March 12, 2017 at 8:38 pm #1404243
mynemesisParticipanthi support
could you help and point me to where i can change the http://www.wordpress.org link and adjust the font size/color etc?
please see attached thanks support
March 12, 2017 at 8:51 pm #1404247
NicoModeratorHi There,
Thanks for writing in.
Would you mind sharing us your URL and admin credentials so we could check your setup closer. Please share us the screenshot again so we could surely know what you want to change.
Don’t for get to set it as private reply
Thanks.
March 12, 2017 at 8:55 pm #1404253
mynemesisParticipantplease see attached file as previously it was too big to upload
March 12, 2017 at 9:05 pm #1404264
mynemesisParticipantThis reply has been marked as private.March 13, 2017 at 12:33 am #1404418
Rue NelModeratorHello There,
Thanks for writing in! To resolve your issue, customized the WP login form, since you already have your child theme active and ready, please insert this following code in your child theme’s functions.php file.
// ============================================================================= // Customized the WP login form // ============================================================================= // // WP Login logo link // add_filter('login_headerurl','custom_x_login_custom_link'); function custom_x_login_custom_link() { return esc_url( home_url() ); } // // WP Login logo title // add_filter('login_headertitle', 'custom_x_login_title_on_logo'); function custom_x_login_title_on_logo() { return get_bloginfo('name'); } // // WP Login footer // function custom_x_login_footer() { ?> <p style="text-align: center; margin-top: 1em;"> If you have any questions, visit our <a style="text-decoration: none;" href="<?php esc_url( home_url() ); ?>/blog">blog</a> </p> <?php } add_action('login_footer','custom_x_login_footer'); // // Change the colors // function custom_x_login_logo() { ?> <style type="text/css"> body.login { color: #fff; } .login a, .login #backtoblog a, .login #nav a { color: #fff; } .login a:hover, .login #backtoblog a:hover, .login #nav a:hover { color: #ff0000; } </style> <?php } add_action('login_head', 'custom_x_login_logo'); // =============================================================================Feel free to change the colors that will match with your background image if needed.
Please let us know if this works out for you.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1404243 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
