Title: Change button CTA
Last modified: August 30, 2016

---

# Change button CTA

 *  Resolved [melody.r](https://wordpress.org/support/users/melodyr/)
 * (@melodyr)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/change-button-cta/)
 * Hi !
 * This theme is great !
 * I would like to change the button of call-to-action in footer. I would want a
   button without border-radius but I can’t find how to do that.
 * (I hope I’m understandable, my english is bad…)

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/change-button-cta/#post-6267655)
 * Hey there melody.r,
 * How are you doing today?
 * If you’re referring to this button [http://screencast.com/t/8Ob7ziEnXTL](http://screencast.com/t/8Ob7ziEnXTL)
   then this should be possible with some custom CSS. Please try adding the following
   CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or add it in your site using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       #footer-callout a.button.button-cta {
         border-radius: 0;
       }
       ```
   
 * This should remove the border radius from that button. If the code doesn’t work
   can you please post link to your site and keep it added so I can take a look?
 * Hope this helps 🙂
 * Cheers,
    Bojan
 *  Thread Starter [melody.r](https://wordpress.org/support/users/melodyr/)
 * (@melodyr)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/change-button-cta/#post-6267681)
 * Thank you very much!
    It works very well !
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/change-button-cta/#post-6267800)
 * Glad that helped 🙂
 * Have a great weekend!
 * Cheers,
    Bojan

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

The topic ‘Change button CTA’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/ares/2.1.0/screenshot.jpg)
 * Ares
 * [Support Threads](https://wordpress.org/support/theme/ares/)
 * [Active Topics](https://wordpress.org/support/theme/ares/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/ares/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/ares/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/change-button-cta/#post-6267800)
 * Status: resolved