Plugin Contributor
Monillo
(@monillo)
Sorry, Safir. We don’t understand your question? Please, could you send us more details?
Hi, the Joinchat button has its own styles, I leave you this link where you can see how to change some aspects by CSS. https://join.chat/en/tricks/css-tricks-for-join-chat/
With this CSS you can change the radius of the button border:
.joinchat__button {
border-radius: 12px;
}
Hi @davidlillo, thanks for your input.
I tried using the CSS you provided but no luck.
.joinchat__button {
border-radius: 0px;
}
.joinchat__button {
border-radius: 1px;
}
Both CSS codes same result.
You can check how the button looks here: https://www.screencast.com/t/qvePnqgzk
-
This reply was modified 3 years, 7 months ago by
Samir Rifai.
-
This reply was modified 3 years, 7 months ago by
Samir Rifai.
Hi @srifaia I have seen in the screenshot you send that the button you are referring to is not the floating one, but the one that appears in the WooCommerce tabs, use this CSS:
.joinchat__woo-btn.joinchat_app {
border-radius: 0!important;
}
Hi @davidlillo,
Many thanks! Worked perfectly.
I’m very happy @srifaia
It would be great if you would leave us a review. Greetings and thank you for using Joinchat.