How to remove " - " above the word "zip code" in my "phone" area?

  • BWSites
    Asked on November 9, 2014 at 4:53 AM
    1. There is a " - " setting above the word "zip code" in my "phone" area.
  • Ben
    Replied on November 9, 2014 at 6:24 AM

    Hi,

    To remove the minus, please inject this CSS to your jotform:

    .phone-separate {
        display: none;
    }

    Do let us know how it goes for you.

    Best Regards,
    Ben

  • BWSites
    Replied on November 9, 2014 at 7:31 AM
    That did not work..
    ...
  • abajan Jotform Support
    Replied on November 9, 2014 at 8:30 AM

    Hi again,

    I'm pretty sure Ben's code is correct but you forgot to include the dot (.) before the phone-separate selector. That dot may be small but it's very important!

     

    Wayne

  • BWSites
    Replied on November 9, 2014 at 10:31 AM
    yes that was the problem...thanks..no need to reply.
    ...