This topic has 0 replies, 1 voice, and was last updated 8 years by Roader.

  • Author
  • #143442
     Roader
    Participant

    If you want  to customize your Sweet Date Login Screen, do that:

    1) Paste this code into sweetdate-child / functions.php

     

    // My custom login

    function my_custom_login() {

    echo ‘<link rel=”stylesheet” type=”text/css” href=”‘ . get_bloginfo(‘stylesheet_directory’) . ‘/login/custom-login-styles.css” />’;

    }

    add_action(‘login_head’, ‘my_custom_login’);

     

    2)  Download custom login.zip, unzip and paste the folder login with it’s file into sweetdate-child,  or create a new folder there named login. Inside this folder create a file named: custom-login-styles.css. In this file, add your custom css. For example:

     

    /* Rounded login form input */

    .login form .input, .login form input[type=checkbox], .login input[type=text] {

    background: #fff;

    border-radius: 3px;

    }

     

    Attachments:
    You must be logged in to view attached files.
Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?