Remove Skype phone number detection


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. get rid of the drop down and the flag from the left of the phone number with this css:
  2.  
  3. .skype_pnh_dropart_flag_span[style] {
  4. display:none !important;
  5. color:#FFFFFF !important;
  6. margin:0px !important;
  7. padding:0px !important;
  8. background:none !important;
  9. }
  10.  
  11. Use the following CSS to prevent skype from formatting the numbers on your page:
  12.  
  13. span.skype_pnh_container {display:none !important;}
  14. span.skype_pnh_print_container {display:inline !important;}

URL: http://www.webdevforums.com/archive/index.php/t-39491.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.