Hi @annarotterdam ,
Thanks for reaching out!
Please let me check back within the dev and I will feed you back as soon as possible.
Regards,
Alina
Thank you for the quick reply!!
Anna
Hello Anna,
Good morning!
Thanks for your patience and efforts.
In the meantime, please try using the following CSS to remove the black background temporarily.
.wa__btn_popup{ background: none !important; }
We will fix this issue in the next version, so do not fret.
Please do not hesitate to contact us if you need any further help.
Best regards,
Mia
Hi Mia, same issue for border, I added this:
.wa__btn_popup{ background: none !important; border: none !important;}
Hello @paolurso,
Thanks for reaching out.
Does it work after adding the CSS, please?
Hi @paolurso,
Glad to hear that!
We will release this fix in the next version, so do not worry.
If you need any further help, please feel free to contact us.
Have a nice day!
Mia
By the way, if it’s possible, can you leave WhatsApp a review please?
https://ww.wp.xz.cn/plugins/wp-whatsapp/#reviews
Your review will motivate us to develop more plugins in the future and have awesome customers like you. Thank you in advance.
Kind regards,
Mia
This works perfectly! Thank you so much!!!! And thanks for the lightning speed, I’m amazed 😀
Hi @annarotterdam,
Glad to hear it works now.
Once again we are so sorry for any inconvenience.
Wish you a nice day ahead!
Best regards,
Mia
Hi!
I have also the border problem, after the whatsapp box was activated, and found no way to remove it.
In the Google Console it can be shown when have a look at the button class=”wa__btn_popup” in the focus status.
This problem is only in Chrome, not in Firefox.
As I have placed a scroll-to-top-button directly above the whatsapp-button, I had to correct the position (as the width was also changed). Strangely the CSS for the position only works in Chrome, but not in Firefox.
I’m quite confused.
Do you have any idea?
Thanks in advance
-
This reply was modified 1 year, 11 months ago by
sinnesfreude.
Hello @sinnesfreude,
Good morning!
Thanks for reaching out to us to day.
Can you give me the page link? I would like to check it out if it’s possible 😀
Looking forward to hearing from you.
Mia
Hi Mia!
Thanks for your answer! 🙂
Sure, this is the website. The same problem is on some other websites where I use your plugin also.
https://fahrschule-2er.de/
Hello @sinnesfreude
Good day!
Thanks for your patience.
Please add this CSS to solve it
.wa__btn_popup:hover, .wa__btn_popup:active{ outline: none !important; }