What to search to change Skype number formatting via css?

Asked By 0 points N/A Posted on -
qa-featured

Is there some instructions how and where to search my web programming code line to turn off Skype phone number formatting by modifying CSS file?

SHARE
Answered By 10 points N/A #161895

What to search to change Skype number formatting via css?

qa-featured

There are many ways to change Skype phone number formatting.

However performing it by CSS is safe and good.

Look at this codes:

<h2>Get in touch</h2>
<!—Remove phone number formatting – ->
<!– Write invisible <span> with "-" inside phone number. The – will not appear,
but it’s good. You can manage space between numbers. – ->
<span class="phone">(370) 311<span style="display:none;">-</span> 5139</span>

Try it. For others instruction you may visit here: 

Related Questions