How do I remove the word “Free” from my subcategories?
-
Wallstreet_BlackAsked on September 27, 2019 at 05: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?
-
EltonAnswered on September 27, 2019 at 06:30 PMJotform Support
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:
-
Wallstreet_BlackAnswered on September 27, 2019 at 09:14 PM
Perfect, thank you!