Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author aviplugins.com

    (@avimegladon)

    Actually there is no styling added with the plugin. Just to simplify adding your own custom styles easily. The form structure is also simple.

    In the next version update I will add some styling option.

    Thread Starter mcnaden

    (@mcnaden)

    Hi Avi, Thanks for the reply. I am new to WordPress and do not know how to add my own tags for styling. I will look forward to the update.

    In the mean time, if it is simple, could you could tell me how and where to add styling tags so I can space out the words “Username” and “Password” with some padding? Once the tags are in I know how to style it myself.

    Thanks

    Plugin Author aviplugins.com

    (@avimegladon)

    In the plugin directory open the page “login_afo_widget.php”
    Go to line number 69
    Here you can see the form structure like this.

    <ul style="list-style-type:none;">
    			<li>Username</li>
    			<li><input type="text" name="user_username" required="required"/></li>
    			<li>Password</li>
    			<li><input type="password" name="user_password" required="required"/></li>
    			<li>&nbsp;</li>
    			<li><input name="login" type="submit" value="Login" /></li>
    			</ul>

    Add your styling here. 🙂

    Hola, please, how do I select another h for the font size

    <ul style="list-style-type:none;">
    <li>Username</li>
    <li><input type="text" name="user_username" required="required"/></li>
    <li>Password</li>
    <li><input type="password" name="user_password" required="required"/></li>
    <li> </li>
    <li><input name="login" type="submit" value="Login" /></li>

    Request: Can you change “li” to “div” in the future update version? Because li makes too much line space. And, also add “flexible” input text “size” to it? Thank you so much for this simple and wonderful plugin.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Styling the login elements’ is closed to new replies.