Title: CSS???
Last modified: April 2, 2017

---

# CSS???

 *  [WebPro](https://wordpress.org/support/users/nchisley/)
 * (@nchisley)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/css-137/)
 * How do I edit the CSS for this? I need to style it.

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

 *  Plugin Author [lucasbustamante](https://wordpress.org/support/users/lucasbustamante/)
 * (@lucasbustamante)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/css-137/#post-8985192)
 * Just add this to your functions.php
 * function vspfw_style() {
    echo ‘<style>/*Do something here*/</style>’; } add_action(‘
   init’, ‘vspfw_style’);
 *  Thread Starter [WebPro](https://wordpress.org/support/users/nchisley/)
 * (@nchisley)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/css-137/#post-8992971)
 * Thank you!
 *  Thread Starter [WebPro](https://wordpress.org/support/users/nchisley/)
 * (@nchisley)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/css-137/#post-8993192)
 * This code is breaking other site elements!
 *  Plugin Author [lucasbustamante](https://wordpress.org/support/users/lucasbustamante/)
 * (@lucasbustamante)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/css-137/#post-8995903)
 * I’ll add an option to add custom CSS in a future release.
 * In the meantime, you can edit the file** wp-content/plugins/very-simple-password/
   VSPFW_view.php** using inline CSS tag style=””
 * Then you can remove that code from your functions, if it’s really bugged.
 * Please keep in mind that the changes you do to the VSPFW_view.php will be lost
   upon update, but I don’t plan to update the plugin so soon. The next release 
   will have the custom CSS option.
    -  This reply was modified 9 years, 1 month ago by [lucasbustamante](https://wordpress.org/support/users/lucasbustamante/).

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

The topic ‘CSS???’ is closed to new replies.

 * ![](https://ps.w.org/very-simple-password/assets/icon-256x256.png?rev=1582108)
 * [Very Simple Password for Wordpress](https://wordpress.org/plugins/very-simple-password/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/very-simple-password/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/very-simple-password/)
 * [Active Topics](https://wordpress.org/support/plugin/very-simple-password/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/very-simple-password/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/very-simple-password/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [lucasbustamante](https://wordpress.org/support/users/lucasbustamante/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/css-137/#post-8995903)
 * Status: not resolved