This topic has 1 reply, 2 voices, and was last updated 8 years by Abe.

  • Author
  • #99860
     sportyverse
    Participant

    Is it possible to change the style of the login form in login page? How can I refer to this in order to ass my own css?

    #99861
     Abe
    Keymaster

    Hello, the login shortcode supports a style attribute and you can set it to dark like this, the default value being white

    COPY CODE
    
    [sq_login_form style="dark"]
    

    If that does not suit your needs then you need to come with some custom css for the background and text elements like:

    COPY CODE
    
    .kleo-login-wrap .before-login-form-wrapper,
    .kleo-login-wrap .login-form-wrapper,
    .kleo-login-wrap .login-create-account-wrapper {
    background: red !important;
    }
    

    You should use Chrome Inspect element feature to detect existing css rules so you can override them with new CSS rules added by you.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?