Is it possible to remove the parenthesis of the product details?

  • JeffHBM
    Asked on January 11, 2018 at 3:50 PM

    In the Screen shot you see the Parenthesis. These are not needed and look bad on the mobile page. IMO

    How can they be removed?

    Jotform Thread 1346600 Screenshot
  • David JotForm Support Manager
    Replied on January 11, 2018 at 4:55 PM

    Unfortunately, the parenthesis can not be removed, as they are part of the complete label.

  • JeffHBM
    Replied on January 11, 2018 at 5:02 PM

    Thank you BDavid. I don't think they add to the "looks" of the form.

  • JeffHBM
    Replied on January 11, 2018 at 5:19 PM

    1515709059Screen Shot 2018 01 11 at 4 Screenshot 10

    Do you notice how the parenthesis look on the mobile form? It exaggerates what I am talking about. Are there other options?

  • David JotForm Support Manager
    Replied on January 11, 2018 at 5:28 PM

    Please inject this code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    @media only screen and (max-width: 480px) {

    input.form-product-custom_price{

        width: 15% !important;

    }

    }

    Result:


    1515709649result 001 Screenshot 10

  • JeffHBM
    Replied on January 11, 2018 at 6:50 PM

    I see what you did. that did make it look better BUT it did not get rid of the parenthesis... 

     

    thank you

  • Marvih
    Replied on January 11, 2018 at 7:58 PM

    Unfortunately as what @BDAVID said earlier, it is not possible to remove the Parenthesis.

  • JeffHBM
    Replied on January 11, 2018 at 8:57 PM

    Thank you All! Very helpful