Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author DesirePress

    (@desirepress)

    Hello @fallingocean,

    Are you asking about “Camera” icon.

    Please let us know.

    Regards,
    DesirePress

    Thread Starter fallingocean

    (@fallingocean)

    Hello!

    Yes, I wanted to change it to a different icon… Do you know if that is possible?

    Plugin Author DesirePress

    (@desirepress)

    Hello @fallingocean,

    Yes, you can change that image using CSS.

    Use “a.wpis-popup” class selector to change camera icon background image along with width and height.

    a.wpis-popup {
      background: rgba(0, 0, 0, 0) url("../images/camera-32.png") no-repeat scroll 0 0;
      bottom: 9px;
      display: block;
      height: 32px;
      opacity: 0.6;
      position: absolute;
      right: 10px;
      text-indent: -9999px;
      width: 32px;
    }

    Hope it would be helpful to you.
    Please let us know.

    Regards,
    Desirepress

    Thread Starter fallingocean

    (@fallingocean)

    I tried with an image and it doesn’t seem to show…

    Thread Starter fallingocean

    (@fallingocean)

    Oh nevermind, I had to use an image the size of 32px x 32 px. It shows now. Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change the Icon?’ is closed to new replies.