Title: custom css button issue
Last modified: August 21, 2016

---

# custom css button issue

 *  [claytiger](https://wordpress.org/support/users/claytiger/)
 * (@claytiger)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/custom-css-button-issue/)
 * my site is [http://www.swim-fitness.com](http://www.swim-fitness.com)
 * i used a website that generates css buttons, i put the code in the custom css
   field of my website for my frontpage. the two buttons half way down that say 
   see more installs/read more.
 * if you click on swim spas button on my menu bar, it shows a listing and there
   is a feint gray button that says read more. i would like to update this button
   to look like the ones i used on my front page.
 * i found the button code in one of my css files the web designer wrote it in. 
   how do i go about replacing it, and changing it show a nice clean css button 
   like on my front page?

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

 *  [Christine Rondeau](https://wordpress.org/support/users/crondeau/)
 * (@crondeau)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/custom-css-button-issue/#post-5125548)
 * The class on your read more is mybuttontest.
 * If you change that to myButton, that will give you the rounded corners and the
   button will be in the same format as the one on your home page.
 *  Thread Starter [claytiger](https://wordpress.org/support/users/claytiger/)
 * (@claytiger)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/custom-css-button-issue/#post-5125550)
 * Thank you very much on that fix, another question. if you look at the page. (
   click on swim spas) it has a listing of spas, and under the image has a link 
   of Snapp app, click here to view video etc. how can i change those to the same
   style of css button?
 *  [Christine Rondeau](https://wordpress.org/support/users/crondeau/)
 * (@crondeau)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/custom-css-button-issue/#post-5125567)
 * You would do it by adding that class again.
 * Just change the link from :
 *     ```
       <a href="http://www.youtube.com/watch?v=2W20zJdF4hE&feature=em-uploademail" >Click Here To Watch The SNAPP APP In Action</a>
       ```
   
 * to:
 *     ```
       <a href="http://www.youtube.com/watch?v=2W20zJdF4hE&feature=em-uploademail"  class="myButton">Click Here To Watch The SNAPP APP In Action</a>
       ```
   

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

The topic ‘custom css button issue’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [Christine Rondeau](https://wordpress.org/support/users/crondeau/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/custom-css-button-issue/#post-5125567)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
