• Resolved hifunda

    (@hifunda)


    Hi, please see this screenshot: https://prnt.sc/n6sj2j
    Does it always look like this for everyone? There is not enough contrast nor are Whatsapp’s brand colors used properly. Coud there be a potential conflict?

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

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

    (@creapuntome)

    Hi!

    You have a style in your site that forces all SVG images fill with color blue.

    Updating to last version of WhastApp me (2.2.3) solves the problem.
    Also you can solve it adding this custom style:

    .whatsappme path { fill:currentColor !important; }

    Thread Starter hifunda

    (@hifunda)

    Hi, thanks for that info! I am using the latest version fof your plugin, and it’s still the same. Should I still override with the css you gave me?

    Thread Starter hifunda

    (@hifunda)

    The css works, can you give me the css to fix it for the window close button as well? You can see in the screenshot. Thanks!

    Plugin Author Creame

    (@creapuntome)

    This should work:

    
    .whatsappme { z-index:99999999; }
    .whatsappme path { display:block; fill:currentColor !important; }
    
    Thread Starter hifunda

    (@hifunda)

    Thanks, it looks better now.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘widget colors dont look good’ is closed to new replies.