Title: input.prediction
Last modified: June 10, 2021

---

# input.prediction

 *  Resolved [slowikk](https://wordpress.org/support/users/slowikk/)
 * (@slowikk)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/input-prediction/)
 * How to change parameter in input.prediction for more visibility of edited prediction?
 * This is how it look like – 1.[https://drive.google.com/file/d/1sFx1H655EjWI4c-Iw9JspA5MXvB3haX_/view?usp=sharing](https://drive.google.com/file/d/1sFx1H655EjWI4c-Iw9JspA5MXvB3haX_/view?usp=sharing)
 * and
 * 2.[https://drive.google.com/file/d/1qTXYvIqCBXtYhhwGd88UqYlTQzG08sZC/view?usp=sharing](https://drive.google.com/file/d/1qTXYvIqCBXtYhhwGd88UqYlTQzG08sZC/view?usp=sharing)
 * I changed parameter in football-pool/assets/_prediction_form.scss but nothing
   happened.
 * 3.[https://drive.google.com/file/d/1W806PPL3pS3qA1iZ0JqZtgfnBxV0GF3k/view?usp=sharing](https://drive.google.com/file/d/1W806PPL3pS3qA1iZ0JqZtgfnBxV0GF3k/view?usp=sharing)
    -  This topic was modified 4 years, 11 months ago by [slowikk](https://wordpress.org/support/users/slowikk/).

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

 *  [fanman1948](https://wordpress.org/support/users/fanman1948/)
 * (@fanman1948)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/input-prediction/#post-14539669)
 * Try something like this:
 *     ```
       /* Okno typowania wyniku */
       input[type=number] {
       	background-color: #fff;
       	box-shadow: 5px 5px #f1f1f1;
       	font-weight: bolder;
       	border: none;
       	color: #0085a5;
       	padding: 8px 16px;
       	text-decoration: none;
       	margin: 0px 0px;
       	cursor: pointer;
       }
       ```
   
 * it looks like this for me:
    [https://drive.google.com/file/d/1d1PBQVwU8nSzPbFCXsRTSfCM0sg2q9SH/view?usp=sharing](https://drive.google.com/file/d/1d1PBQVwU8nSzPbFCXsRTSfCM0sg2q9SH/view?usp=sharing)
    -  This reply was modified 4 years, 11 months ago by [fanman1948](https://wordpress.org/support/users/fanman1948/).
 *  Plugin Author [AntoineH](https://wordpress.org/support/users/antoineh/)
 * (@antoineh)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/input-prediction/#post-14539752)
 * > I changed parameter in football-pool/assets/_prediction_form.scss but nothing
   > happened.
 * SCSS files need to be compiled into a CSS file. So, indeed this will not work.
 * But anyway, it is better that you add your CSS in the Customizer in the WP admin.
   There is a Custom CSS field there.
    Reason: when WP updates the plugin, it will
   overwrite all files in the folder.

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

The topic ‘input.prediction’ is closed to new replies.

 * ![](https://ps.w.org/football-pool/assets/icon-256x256.png?rev=983880)
 * [Football Pool](https://wordpress.org/plugins/football-pool/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/football-pool/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/football-pool/)
 * [Active Topics](https://wordpress.org/support/plugin/football-pool/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/football-pool/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/football-pool/reviews/)

## Tags

 * [form](https://wordpress.org/support/topic-tag/form/)
 * [input](https://wordpress.org/support/topic-tag/input/)
 * [predictions](https://wordpress.org/support/topic-tag/predictions/)

 * 2 replies
 * 3 participants
 * Last reply from: [AntoineH](https://wordpress.org/support/users/antoineh/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/input-prediction/#post-14539752)
 * Status: resolved