-1

I am using https://www.skype.com/ru/developer/create-contactme-buttons/ functionality. I want to change ONLY image of skype button. I tried changing the css property "content", but it doesn't work for Mozilla browser. Can someone help me?

Ilia S.
  • 1
  • 1
  • 2
    Can you show us what have you tried so far? – Lorelorelore Aug 01 '18 at 06:52
  • For img into div with id Skype, i added property: #Skype img{ content: url('img/icons/Skype.svg') !important; } – Ilia S. Aug 01 '18 at 06:58
  • Possible duplicate of [How can I use skype-uri.js with personalized buttons?](https://stackoverflow.com/questions/16054167/how-can-i-use-skype-uri-js-with-personalized-buttons) – Rick Aug 01 '18 at 07:08

1 Answers1

0

You cannot do that because Skype's script loads it as an iFrame. Below is a source code confirmation.

And you can read more about why it is like that on this post:

Override body style for content in an iframe

There are other ways to it like mentioned here: How can I use skype-uri.js with personalized buttons?

enter image description here

shakeel osmani
  • 736
  • 4
  • 15