How to hide the initial price on the Product list?

  • CEGCbulbs
    Asked on July 3, 2024 at 1:25 PM

    2) How can I remove the price that appears to the right of the product Name?

    How to hide the initial price on the Product list? Image 1 Screenshot 20


  • Ronald JotForm Support
    Replied on July 3, 2024 at 2:03 PM

    Hi CEGCbulbs,

    We can hide the intial price on your form by injecting custom CSS codes on it. It's easy to do. Let me walk you through it:

    1. Copy the code below.

    /* Hide the Initial Price - 1653639112856851 */

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

    /* End code here */


    2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.

    3. In the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box.

    How to hide the initial price on the Product list? Image 1 Screenshot 20

    Reach out again if you need any more help.

 
Your Answer