Title: How to use the css code
Last modified: March 24, 2019

---

# How to use the css code

 *  Resolved [gjalto](https://wordpress.org/support/users/gjalto/)
 * (@gjalto)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/how-to-use-the-css-code/)
 * I would like the font size of the user change. Also the readability of user, 
   password and captcha. So that the letters are in bold.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhow-to-use-the-css-code%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [gjalto](https://wordpress.org/support/users/gjalto/)
 * (@gjalto)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/how-to-use-the-css-code/#post-11354132)
 * Hello,
    It was hard to find which file I had to change. Finally I found the file
   here: ///wp-content/plugins/login-sidebar-widget/view/frontend/login.php and 
   captcha.php <label for=”userusername”>**<b>**<?php _e(‘Username’,’login-sidebar-
   widget’);?>**</b>**</label so I put there the **<b> and </b>** and label for=”
   userpassword”><b><?php _e(‘Password’,’login-sidebar-widget’);?></b> </lab
 *  [jdelassaux](https://wordpress.org/support/users/obcd/)
 * (@obcd)
 * [7 years ago](https://wordpress.org/support/topic/how-to-use-the-css-code/#post-11584469)
 * or you can just use css so you don’t have to change it back for every single 
   update there will be :
 *     ```
       label[for=username], label[for=userpassword]
       {
           font-weight: bold;
       }
       ```
   

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

The topic ‘How to use the css code’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [jdelassaux](https://wordpress.org/support/users/obcd/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/how-to-use-the-css-code/#post-11584469)
 * Status: resolved