Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    • This reply was modified 4 years, 11 months ago by fanman1948.
    Plugin Author AntoineH

    (@antoineh)

    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.