How can I remove the line or dash in the area code?

  • jonasmarren
    Asked on November 10, 2017 at 10:57 AM

    How can I remove the line or dash that precedes the "Area Code" making it shift down a line.


    http://www.graytaxidermy.com/Contact-Gray-Taxidermy.html

    Jotform Thread 1295830 Screenshot
  • Richie JotForm Support
    Replied on November 10, 2017 at 11:39 AM

    Have you tried using css injection? 

    Maybe this code can help.

    span .phone-separate {

    display: none;

    }

  • Jan
    Replied on November 10, 2017 at 11:44 AM

    You can use the CSS code below to hide the hyphen in the area code:

    .phone-separate {
    display: none;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    151033173111 11 qjlgz Screenshot 10

    Hope that helps. Thank you.

  • jonasmarren
    Replied on November 10, 2017 at 12:28 PM

    Thank you both Jan and Richie. That worked!!

    Jonas