Title: CSS
Last modified: July 8, 2017

---

# CSS

 *  Resolved [chrisgeorgio](https://wordpress.org/support/users/chrisgeorgio/)
 * (@chrisgeorgio)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/css-145/)
 * Hi thanks for the really useful plugin, I have a couple of questions.
 * I’d like to edit the look and feel, I have managed to change the background boarder
   radius etc but I’d also like to change the text in the button and the fonts used.
   Could you let me know how I might be able to do this?
 * Many thanks

Viewing 1 replies (of 1 total)

 *  Plugin Author [lucasbustamante](https://wordpress.org/support/users/lucasbustamante/)
 * (@lucasbustamante)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/css-145/#post-9387776)
 * All strings are translatable in the plugin settings.
 * The font could be changed with CSS. You can either edit the plugin files directly(
   it won’t update anytime soon) or add something like this in functions.php:
 * function vspfw_style() {
    echo ‘<style>/*Do something here*/</style>’; } add_action(‘
   init’, ‘vspfw_style’);
 * If you want to edit the CSS in the plugin files directly (it’s just normal HTML
   +PHP) you can edit the file wp-content/plugins/very-simple-password/VSPFW_view.
   php and add your inline CSS.

Viewing 1 replies (of 1 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [lucasbustamante](https://wordpress.org/support/users/lucasbustamante/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/css-145/#post-9387776)
 * Status: resolved