Title: Styling the login elements
Last modified: August 21, 2016

---

# Styling the login elements

 *  Resolved [mcnaden](https://wordpress.org/support/users/mcnaden/)
 * (@mcnaden)
 * [12 years ago](https://wordpress.org/support/topic/styling-the-login-elements/)
 * Hi,
 * Great plugin, it works perfectly for me.
 * I use it on a landing page rather than a sidebar. And it seems to format the 
   elements in a way that I cannot control. Is there code for Style.css that I can
   add to control font, padding etc on the elemtns?
 * Here is the page I am using it on FYI.
    [http://bearleaderchronicle.com/commercial/](http://bearleaderchronicle.com/commercial/)
 * Thanks!
 * [https://wordpress.org/plugins/login-sidebar-widget/](https://wordpress.org/plugins/login-sidebar-widget/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [aviplugins.com](https://wordpress.org/support/users/avimegladon/)
 * (@avimegladon)
 * [12 years ago](https://wordpress.org/support/topic/styling-the-login-elements/#post-5002709)
 * 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](https://wordpress.org/support/users/mcnaden/)
 * (@mcnaden)
 * [12 years ago](https://wordpress.org/support/topic/styling-the-login-elements/#post-5002720)
 * 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](https://wordpress.org/support/users/avimegladon/)
 * (@avimegladon)
 * [12 years ago](https://wordpress.org/support/topic/styling-the-login-elements/#post-5002722)
 * 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. 🙂
 *  [virgwp](https://wordpress.org/support/users/virgwp/)
 * (@virgwp)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/styling-the-login-elements/#post-5002929)
 * Hola, please, how do I select another h for the font size
 *  [wpinklady](https://wordpress.org/support/users/wpinklady/)
 * (@wpinklady)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/styling-the-login-elements/#post-5002935)
 *     ```
       <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.

 * ![](https://ps.w.org/login-sidebar-widget/assets/icon-256x256.png?rev=2067421)
 * [Login Widget With Shortcode](https://wordpress.org/plugins/login-sidebar-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/login-sidebar-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/login-sidebar-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/login-sidebar-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/login-sidebar-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/login-sidebar-widget/reviews/)

## Tags

 * [styling](https://wordpress.org/support/topic-tag/styling/)

 * 5 replies
 * 4 participants
 * Last reply from: [wpinklady](https://wordpress.org/support/users/wpinklady/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/styling-the-login-elements/#post-5002935)
 * Status: resolved