How do I remove the word free from my subcategory titles?

  • danielavognar
    Asked on March 12, 2017 at 5:17 AM

    I revised my form recently to add more subcategories and products.  I used the instructions you provide.  I was able to do this with no problem before.  However, ever since you upgraded your software I can't get rid of the word free. 

    Easter Decorations Free

     

    Here is the code I'm using as per your User Guide:

    input[id*="1054"]

    {

    display:none;

    }

    input[id*="1054"] + label > .form-product-details

    {

    display:none;

    }

    label[for*="1054"]

    {

    font-weight: bold;

    text-decoration: underline;

     

    }

     

     

  • Mike
    Replied on March 12, 2017 at 8:38 AM

    Please try with the next CSS:

    label[for*="1054"] .form-product-details {
    display: none;
    }

    If you need any further assistance, please let us know.

  • cheekyherbs
    Replied on June 29, 2017 at 12:12 AM

    Hi Mike

    This didn't work for me - it took out all of the sub category headline, ie Skincare Free  not just the word Free. Any suggestions? Thanks.

  • David JotForm Support Manager
    Replied on June 29, 2017 at 12:50 AM

    What is the form you are working on? I just checked the following form: http://www.jotform.us/form/60694067651158, and the "free" word is removed from the sub-categories headers:

    How do I remove the word free from my subcategory titles? Image 1 Screenshot 20

  • cheekyherbs
    Replied on June 29, 2017 at 1:20 AM

    Hi sorry, I'm someone else who thought this thread would be relevant to me. I too put the custom css codes in a few years ago and the Free isn't disappearing. My codes are:


    input[id*="1015"] {
        display : none;
    }

    input[id*="1015"] + label > .form-product-details {
        display : none;
    }

    label[for*="1015"] {
        font-weight : bold;
        text-decoration : underline;
    }

    .form-header-group {
        border-bottom : none;
    }

  • Chriistian Jotform Support
    Replied on June 29, 2017 at 1:33 AM

    @cheekyherbs,

    To avoid confusions, I have moved your concern to a separate thread. You can find it here: https://www.jotform.com/answers/1186917. We will attend to your concern there accordingly.

    Regards.