How do I remove the word “Free” from my subcategories?

  • Wallstreet_Black
    Asked on September 27, 2019 at 5:39 PM

    Hello, I followed the instructions to create subcategories in my order form however the word “Free” is still showing next to the sub categories. How can I remove this word?

  • Elton Support Team Lead
    Replied on September 27, 2019 at 6:30 PM

    Inject this CSS codes to your form to remove them.

    span#input_16_1008_price,

    span#input_16_1009_price {

        display: none;

    }

    Guide:  How to Inject Custom CSS Codes

    Expected result:

    How do I remove the word “Free” from my subcategories? Image 1 Screenshot 20

  • Wallstreet_Black
    Replied on September 27, 2019 at 9:14 PM

    Perfect, thank you!