How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support Replace social icon

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17388
    clickingmedia
    Participant

    Hello,

    How I can replace the Facebook social icon with the Telegram icon?

    Thank you,

    James

    #17389
    admin
    Keymaster

    Hello!

    You could do it by adding the following CSS to your child theme’s style.css

    .poka-facebook::before {
      background-image: url("https://svgshare.com/i/oMx.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 16px;
      content: "";
      height: 100%;
      width: 100%;
    }
    

    Make sure that you replace https://svgshare.com/i/oMx.svg with the path to the Telegram SVG icon.

    #17422
    clickingmedia
    Participant

    It works. Thank you very much.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.