Title: Editing &quot;Button&quot; Theme
Last modified: August 31, 2016

---

# Editing "Button" Theme

 *  [lashlovebymona](https://wordpress.org/support/users/lashlovebymona/)
 * (@lashlovebymona)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/editing-button-theme/)
 * Hello,
 * Can someone please help me editing the “button” theme on WordPress?
 * I’m trying to change the colour of the links when you pass over them with the
   mouse. I suspect they are in the Editor, but I don’t know which attribute to 
   change.
 * Here is the link to my website: [http://www.lashlovebymona.com](http://www.lashlovebymona.com)
 * Thanks! 🙂

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

 *  [swani](https://wordpress.org/support/users/swani/)
 * (@swani)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/editing-button-theme/#post-7198704)
 * Hi,
 * The change you are trying to make will be made in the CSS (Cascading Style Sheet).
   There are many plugins that will let you do this. One called “Simple Custom CSS”
   is pretty easy to use. Install a CSS plugin and paste in this chunk of CSS.
 *     ```
       .main-navigation a:hover {
         color:red;
       }
       ```
   
 * Change “red” to whatever color you want the text to be when you hover the mouse
   over and you’re done. If you want to learn about more options you have when using
   CSS just Google “CSS tutorial” and you’ll find some good stuff.
 * Good luck.
 *  Thread Starter [lashlovebymona](https://wordpress.org/support/users/lashlovebymona/)
 * (@lashlovebymona)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/editing-button-theme/#post-7198921)
 * Thank you, 🙂

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

The topic ‘Editing "Button" Theme’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [lashlovebymona](https://wordpress.org/support/users/lashlovebymona/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/editing-button-theme/#post-7198921)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
