WPIntell

Source evidence

CSS???

Very Simple Password for WordPress · support · 2017-04-02T21:29:00+00:00

complaintsentiment
mediumseverity
0.92relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 36 rows with source links

19.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
WebPro unresolved
How do I edit the CSS for this? I need to style it. Just add this to your functions.php function vspfw_style() { echo ‘<style>/*Do something here*/</style>’; } add_action(‘init’, ‘vspfw_style’); Thank you! This code is breaking other site elements! 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 .

Comments

4 shown
lucasbustamante 2017-04-03T03:51:00+00:00

Just add this to your functions.php function vspfw_style() { echo ‘<style>/*Do something here*/</style>’; } add_action(‘init’, ‘vspfw_style’);

WebPro 2017-04-04T20:53:00+00:00

Thank you!

WebPro 2017-04-04T21:53:00+00:00

This code is breaking other site elements!

lucasbustamante 2017-04-05T12:55:00+00:00

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 .