Title: Change button to theme’s default or rectangle
Last modified: November 4, 2022

---

# Change button to theme’s default or rectangle

 *  Resolved [Samir Rifai](https://wordpress.org/support/users/srifaia/)
 * (@srifaia)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/change-button-to-theme-default-or-rectangle/)
 * How to change to a rectangle button of inherit theme’s default buttons?
    -  This topic was modified 3 years, 7 months ago by [Samir Rifai](https://wordpress.org/support/users/srifaia/).

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Contributor [Monillo](https://wordpress.org/support/users/monillo/)
 * (@monillo)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/change-button-to-theme-default-or-rectangle/#post-16163647)
 * Sorry, Safir. We don’t understand your question? Please, could you send us more
   details?
 *  Plugin Contributor [davidlillo](https://wordpress.org/support/users/davidlillo/)
 * (@davidlillo)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/change-button-to-theme-default-or-rectangle/#post-16164233)
 * 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/](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;
       }
       ```
   
 *  Thread Starter [Samir Rifai](https://wordpress.org/support/users/srifaia/)
 * (@srifaia)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/change-button-to-theme-default-or-rectangle/#post-16165591)
 * Hi [@davidlillo](https://wordpress.org/support/users/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](https://www.screencast.com/t/qvePnqgzk)
    -  This reply was modified 3 years, 7 months ago by [Samir Rifai](https://wordpress.org/support/users/srifaia/).
    -  This reply was modified 3 years, 7 months ago by [Samir Rifai](https://wordpress.org/support/users/srifaia/).
 *  Plugin Contributor [davidlillo](https://wordpress.org/support/users/davidlillo/)
 * (@davidlillo)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/change-button-to-theme-default-or-rectangle/#post-16172795)
 * Hi [@srifaia](https://wordpress.org/support/users/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;
       }
       ```
   
 *  Thread Starter [Samir Rifai](https://wordpress.org/support/users/srifaia/)
 * (@srifaia)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/change-button-to-theme-default-or-rectangle/#post-16173241)
 * Hi [@davidlillo](https://wordpress.org/support/users/davidlillo/),
    Many thanks!
   Worked perfectly.
 *  Plugin Contributor [davidlillo](https://wordpress.org/support/users/davidlillo/)
 * (@davidlillo)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/change-button-to-theme-default-or-rectangle/#post-16173439)
 * I’m very happy [@srifaia](https://wordpress.org/support/users/srifaia/)
 * It would be great if you would leave us a review. Greetings and thank you for
   using Joinchat.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Change button to theme’s default or rectangle’ is closed to new replies.

 * ![](https://ps.w.org/creame-whatsapp-me/assets/icon-256x256.gif?rev=2699533)
 * [Joinchat - Enhanced "click to chat"](https://wordpress.org/plugins/creame-whatsapp-me/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/creame-whatsapp-me/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/creame-whatsapp-me/)
 * [Active Topics](https://wordpress.org/support/plugin/creame-whatsapp-me/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/creame-whatsapp-me/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/creame-whatsapp-me/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [davidlillo](https://wordpress.org/support/users/davidlillo/)
 * Last activity: [3 years, 7 months ago](https://wordpress.org/support/topic/change-button-to-theme-default-or-rectangle/#post-16173439)
 * Status: resolved