Script does not work prices still showing

  • sytes
    Asked on August 10, 2020 at 7:34 PM

     

    .form-product-details{

    display:none;

    }

  • roneet
    Replied on August 10, 2020 at 11:47 PM

    Please inject this CSS to hide the price from the products:

    .form-product-details {
    display: none !important;
    }

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    I hope this will work.

    Thanks.