Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1358042
    Steve Williams
    Participant

    I been trying Customize login sceen fit the theme color from my site I looked all over this forum for it I need help with the codes for it if theres a away be easy way for it thank you

    #1358051
    Steve Williams
    Participant

    I just give up on it I do not know what too do nowi did everything I mean everything A TOO Z

    #1358333
    Christopher
    Moderator

    Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    #1358395
    Steve Williams
    Participant

    Christopher
    here’s a picture i’m trying too do

    #1358502
    Christopher
    Moderator

    Hi there,

    Thanks for clarifying!
    You can add background image under White label settings -> Login Background Image, see the attachment.

    Hope it helps.

    #1358757
    Steve Williams
    Participant

    also trying make the login part black and buttons and login type in user part I hope understand i’m getting at here too

    #1359073
    Rad
    Moderator

    Hi there,

    Please add this code to your child theme’s functions.php

    function login_custom_css() { ?>
        <style type="text/css">
            .login form {
                background: #000;
            }
    .login form .input, .login form input[type=checkbox], .login input[type=text] {
        background: #222;
    }
    .wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
        background: transparent !important;
        text-shadow: none !important;
        box-shadow: none !important;
        border: 0px !important;
    }
        </style>
    <?php }
    
    add_action( 'login_enqueue_scripts', 'login_custom_css' );

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1358042 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>