Viewing 1 replies (of 1 total)
  • Plugin Author Pacotole

    (@pacotole)

    Hi, @nils50122

    There are indeed some references to the WhatsApp logo in their theme custom CSS, but they have nothing to do with Joinchat.

    Here’s the snippet where they appear:

    /* WhatsApp-CTA: Text auf Mobile sauber zentrieren */
    @media (max-width: 767px) {
    .urlaub__wa_btn {
    text-align: center;
    justify-content: center;
    line-height: 1.3;
    padding-left: 14px;
    padding-right: 14px;
    }
    }
    .urlaub__wa_btn {
    position: relative;
    gap: 8px;
    }

    .urlaub__wa_btn::before {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #fff;
    -webkit-mask: url("https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg") no-repeat center;
    mask: url("https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    }
Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.