remove Italics style in product description

  • BBC2016
    Asked on March 16, 2016 at 3:02 PM

    How can i get rid of the italics in the form product description under product title??

  • Kiran Support Team Lead
    Replied on March 16, 2016 at 3:10 PM

    Please inject the following CSS code to your JotForm so that the product description is displayed with normal font style.

    .form-product-name > i {

    font-style: normal;

    }

    The description should be displaying as shown below after adding the code.

     

     remove Italics style in product description Image 1 Screenshot 20

    Hope this information helps!