Title: Remove digit scale
Last modified: July 16, 2020

---

# Remove digit scale

 *  Resolved [justin_19](https://wordpress.org/support/users/justinsmith19/)
 * (@justinsmith19)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/remove-digit-scale/)
 * Hi [@codepeople](https://wordpress.org/support/users/codepeople/)
 * I’d like to remove the scaling arrows (not sure what it’s called) from the number
   field ([https://prnt.sc/tj798s](https://prnt.sc/tj798s)) as I’d like it to be
   a cellphone number field.
 * Would appreciate your help.
 * Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-digit-scale%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/remove-digit-scale/#post-13133331)
 * Hello [@justinsmith19](https://wordpress.org/support/users/justinsmith19/)
 * The scaling arrows are not included by our plugin. They are included by browsers
   in the input tags with `type="number"`. However, you can hide them with CSS.
 * Please, enter the style definition below through the “Customize Form Design” 
   attribute in the “Form Settings” tab ([https://cff.dwbooster.com/images/documentation/form-settings-tab.png](https://cff.dwbooster.com/images/documentation/form-settings-tab.png))
 *     ```
       input[type='number'] {-moz-appearance:textfield;}
       input[type=number]::-webkit-inner-spin-button,
       input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}
       ```
   
 * Best regards.
 *  Thread Starter [justin_19](https://wordpress.org/support/users/justinsmith19/)
 * (@justinsmith19)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/remove-digit-scale/#post-13133448)
 * Thanks so much, [@codepeople](https://wordpress.org/support/users/codepeople/).
   
   Truly appreciated!

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

The topic ‘Remove digit scale’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [justin_19](https://wordpress.org/support/users/justinsmith19/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/remove-digit-scale/#post-13133448)
 * Status: resolved