• Hello, Im Ohad and this is my site: https://www.guides4all.info
    I used this login form function:
    <?php wp_login_form(); ?>
    and I want to make the fields more little..
    look at my site and you will see that my login form is half out from the side bar, so I need some advice how to make it smaller
    Tnx, and sorry for the bad english

Viewing 6 replies - 1 through 6 (of 6 total)
  • Add this to your theme’s stylesheet in wp-content/themes/YOURTHEME/style.css, at the bottom.

    div.BlockContent form#loginform input#user_pass,
    div.BlockContent form#loginform input#user_login { width:95%; }
    Thread Starter ohad258

    (@ohad258)

    Thanks you very very very very very very very very very very very very very very very very very very very very very very very very very Much
    mmm.. and more one question, how can i change stuff in this function
    I dont find it in Function.php…

    You’re welcome.. ??

    RE: New question
    I’m not sure what you mean, can you explain a little more what you wish to know?

    Thread Starter ohad258

    (@ohad258)

    I would like to know how to change the output of this function

    The code is CSS, it’s not a PHP function, all it does is specify how to style/display a particular element(or elements) on your page..

    https://en.wikipedia.org/wiki/Cascading_Style_Sheets

    Hope that answers your question.. ??

    Thread Starter ohad258

    (@ohad258)

    I didnt mean to css
    i mean how to change the output
    not the color of the character
    for example forgot password button and stuff like that

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘About login form function’ is closed to new replies.