• Resolved dreamstudiobucuresti

    (@dreamstudiobucuresti)


    Hello,
    We have a problem with the aspect of the WhatsApp icon… please check the print screen below:
    https://ibb.co/jRV576T

    The app works… but only that with those pictures missing… people don’t know what icon that is or where they should press to send us a message

    Your help will be greatly appreciated!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor davidlillo

    (@davidlillo)

    Hello, you must correct some tags of your css. Paste this code into the custom CSS of your theme:

    svg > path {
        stroke: none;
    }
    
    svg {
        width: fit-content;
        position: initial;
        top: 92px;
        right: 46px;
        z-index: 999;
    }
    
    .whatsappme__copy a, .whatsappme__copy a:active, .whatsappme__copy a:hover {
        color: inherit!important;
        text-decoration: none;
    }

    Tell me how it worked??
    Best Regards

    Plugin Contributor davidlillo

    (@davidlillo)

    Hi friend.
    I forgot this??

    svg:hover > path {
        stroke: none;
    }
    Plugin Contributor davidlillo

    (@davidlillo)

    Hello again, so as not to affect other elements of your website, please use the tags in this way. ??

    .whatsappme svg > path {stroke: none;}
    .whatsappme svg {width: fit-content; position: initial; top: 92px; right: 46px;}
    .whatsappme svg:hover > path {stroke: none;}
    .whatsappme__copy a, .whatsappme__copy a:active, .whatsappme__copy a:hover {color: inherit!important; text-decoration: none;}
    Thread Starter dreamstudiobucuresti

    (@dreamstudiobucuresti)

    Hello again and thank you for your quick reply. I tried the third option you gave me. Well..it’s an improvement, but it still needs a little tweaking. Please take a look at the picture below to see the problem after i inserted the code into the custom CSS file. On Mozilla Desktop works great, On Desktop Chrome the WhatsApp icon is smaller and in the Mobile Chrome version the icon is now rectangular instead rounded.
    Thank you

    https://ibb.co/4JgXQkN

    Plugin Author Creame

    (@creapuntome)

    Replace with this:

    .whatsappme svg > path { stroke:none; }
    .whatsappme svg { position:static; }
    .whatsappme svg:hover > path { stroke:none; }
    .whatsappme__header svg { width:fit-content; }
    .whatsappme__copy a, .whatsappme__copy a:active, .whatsappme__copy a:hover { color:inherit!important; text-decoration:none; }
    Thread Starter dreamstudiobucuresti

    (@dreamstudiobucuresti)

    Hello,
    It worked like a charm now ??
    Thank you very very much!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘WhatsApp icon problem’ is closed to new replies.