Title: Border radius
Last modified: June 7, 2018

---

# Border radius

 *  Resolved [hennaeagles](https://wordpress.org/support/users/hennaeagles/)
 * (@hennaeagles)
 * [7 years, 12 months ago](https://wordpress.org/support/topic/border-radius-7/)
 * Hi there
    How to set Border radius to submit button? Can’t find anything in FAQ
   [https://calderaforms.com/caldera-forms-documentation-search/](https://calderaforms.com/caldera-forms-documentation-search/)
 * I use this css
 *     ```
       /* Change background and text color */
       .caldera-grid .btn {
           background-color:#4285f6 !important;
           color:white !important;
           font-weight: 900;
       }
   
       /* Change background and text color on hover */
       .caldera-grid .btn:hover {
           background-color:white !important;
           color:#4285f6 !important;
       }
   
       /* Span the full width of the column */
       .caldera-grid .btn {
           width:100%;
       }
       ```
   
 * Tried to add
 *     ```
       /* Border radius to submit button */
       .caldera-grid .btn {
           border-radius:10px;
       }
       ```
   
 * With no luck ..
    Regards

The topic ‘Border radius’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/caldera-forms_475846.svg)
 * [Caldera Forms - More Than Contact Forms](https://wordpress.org/plugins/caldera-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/caldera-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/caldera-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/caldera-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/caldera-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/caldera-forms/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [hennaeagles](https://wordpress.org/support/users/hennaeagles/)
 * Last activity: [7 years, 12 months ago](https://wordpress.org/support/topic/border-radius-7/)
 * Status: resolved