How to make the word 'free' invisible in a paypal field

  • nfwfwf
    Asked on April 23, 2014 at 10:17 AM

    I give up. I can't figure out how to make the word "free" invisible in my form. If I could get the ID of the field I could do it, but I don't know how since it's a PayPal field and it doesn't show the field number.

    I'm trying to delete the word 'free' after the second checkbox description. It's OK to delete the $80 denomination in the checkbox above it it it means deleting 'free' also.

    Many thanks. Barb

  • Carina
    Replied on April 23, 2014 at 11:19 AM

    Hello Barb

    To delete all the prices you can check this thread for more details.

    To hide only the free word please inject the following css code :

    #input_16_1004_price

    {visibility:hidden}

    Kindly let us know if you need more assistance.

     

  • nfwfwf
    Replied on April 23, 2014 at 11:35 AM

    Thanks so much — that did it. If you don't mend me asking, how did you see that it was 16_1004? I couldn't find that info and it was making me nuts.

    Best, Barb

  • Carina
    Replied on April 23, 2014 at 11:48 AM

    Hi Barb

    Don't mind at all =)

    While previewing your form in a web browser you can select the preferred field and right-click. Select the option inspect element:

    How to make the word free invisible in a paypal field Image 1 Screenshot 20

    Let us know if you need more assistance.

  • nfwfwf
    Replied on April 23, 2014 at 2:41 PM
    I still couldnt find where you found the IDs I thought it was a Mac/PC thing (Im using Safari on a Mac.) I read about it and found out that one needs to make the developer tools show up in Safari by going to Safari preferences / advanced and clicking on the show develop menu in menu bar. NOW I get it! A whole new world opened up to me.
    Thanks again for the enlightenment! Barb
    ...