• Resolved sg1magar

    (@sg1magar)


    Hi,
    In this form I want to hide or remove the increment & decrement icon from multiple number fields.
    Please help me how?

    Thankyou

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @sg1magar

    I hope you are doing well today.

    Please add this code to WP Dashboard -> Appearance -> Customize -> Additional CSS:

    #forminator-module-12482 input::-webkit-outer-spin-button,
    #forminator-module-12482 input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    #forminator-module-12482 input[type=number] {
    -moz-appearance: textfield;
    }

    Kind Regards,
    Kris

    Thread Starter sg1magar

    (@sg1magar)

    Thankyou Very Much Kris.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.