Title: Changing button text and colour?
Last modified: August 21, 2016

---

# Changing button text and colour?

 *  [ryanae](https://wordpress.org/support/users/ryanae/)
 * (@ryanae)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/changing-button-text-and-colour/)
 * Hi there,
    Can anybody advise me upon how to change the colour of the “launch”
   buttons and also make it say the different buttons say different things? Id also
   like to change the colour of the buttons on the slider.
 * Also how do I remove the “designed by” text at the footer of the page.
 * [Here is a link to the site](http://autoexpert.net.au/wp/)
 * Thanks in advance for any help

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

 *  [Mike Sneed](https://wordpress.org/support/users/msneed/)
 * (@msneed)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/changing-button-text-and-colour/#post-4532678)
 * Hi..First off it’s best to start a support thread for each need, so to speak..
 * Always check the snippets area also of Customizr.. quite good I should say! It’s
   [ here ](http://http://www.themesandco.com/code-snippets/) if you’re interested.
   The following bits come from there:
 * (They require a little code..)
 * Try [ this link ](http://http://www.themesandco.com/snippet/customizing-slider-navigation-arrows/)
   for the slider work.
 * And [ this ](http://http://www.themesandco.com/snippet/altering-adding-footer-credits/)
   for changing some of the footer work.
 * Cheers,
    Michael
 *  [Mike Sneed](https://wordpress.org/support/users/msneed/)
 * (@msneed)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/changing-button-text-and-colour/#post-4532795)
 * Here’s some code to change the button color.. some of the other code could be
   over kill but I put it in anyway..
 * It makes the top have a border-radius a color like periwinkle and an off-white
   text color as well as takes away the ugly default hairline border around a basic
   button.. I was using the ‘OpenSans’ font at the time so I put in font-family:
   inherit;
 * Add it to the custom css box in Customizr or to your style.css stylesheet.
 * You can always customize it, of course 🙂
 *     ```
       button {
           color: #fafafa;
           background-color: #8296AD;
           border-top-left-radius: 14px;
           border-top-right-radius: 14px;
           border: medium none;
           margin: 35px 0 0 35px;
           padding: 10px 35px;
           cursor: pointer;
           font-family: inherit;
           font-size: 1em;
           line-height: 1;
           position: relative;
           text-align: center;
           text-decoration: none;
       }
       ```
   

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

The topic ‘Changing button text and colour?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)
 * [change](https://wordpress.org/support/topic-tag/change/)
 * [colour](https://wordpress.org/support/topic-tag/colour/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [text](https://wordpress.org/support/topic-tag/text/)

 * 2 replies
 * 2 participants
 * Last reply from: [Mike Sneed](https://wordpress.org/support/users/msneed/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/changing-button-text-and-colour/#post-4532795)
 * Status: not resolved