Title: Button Hover colour   Header height
Last modified: August 24, 2016

---

# Button Hover colour Header height

 *  Resolved [maxinehowarth](https://wordpress.org/support/users/maxinehowarth/)
 * (@maxinehowarth)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/button-hover-colour-header-height/)
 * Hi,
 * Loving this theme it’s exactly what I was after. After dabbling a bit in CSS 
   getting my head around it all!
 * I’ve tried to change the hover button colour but something seems to be overriding
   it and I can’t see what? code is currently:
 * button:hover,
    input:hover[type=”button”], input:hover[type=”reset”], input:hover[
   type=”submit”] { background: #861834; }
 * I also wish to make the header on the pages larger like the home page can anyone
   help me out? It’s a bit more complicated as it’s a child theme of Omega.
 * Thanks

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

 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/button-hover-colour-header-height/#post-6018525)
 * What is your site URL?
 *  Thread Starter [maxinehowarth](https://wordpress.org/support/users/maxinehowarth/)
 * (@maxinehowarth)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/button-hover-colour-header-height/#post-6018665)
 * Hi Erik,
 * URL is : [http://newsuk.foodserve.net](http://newsuk.foodserve.net)
 * The hover buttons are on : [http://newsuk.foodserve.net/users/display-menus/?menu-category-id=1&order-header-id=0](http://newsuk.foodserve.net/users/display-menus/?menu-category-id=1&order-header-id=0)
 * Thanks in advance
 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/button-hover-colour-header-height/#post-6018688)
 * OK, lets start with the button.. right now the ‘Add to order’ and ‘clear’ buttons
   and black with the hover color the purple color.
 * Do you want it to be purple all the time, or what exactly you looking to have
   done?
 *  Thread Starter [maxinehowarth](https://wordpress.org/support/users/maxinehowarth/)
 * (@maxinehowarth)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/button-hover-colour-header-height/#post-6018696)
 * I’ve been working on the site today and changed some of our custom php files 
   and seems to have gotten rid of the override and it’s now the colour I want. 
   Typical!
 * Just the header to look at now!
 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/button-hover-colour-header-height/#post-6018704)
 * In your [Child Theme](http://codex.wordpress.org/Child_Themes) or [CSS Editor Plugin](https://wordpress.org/plugins/simple-custom-css/)
   try this code:
 *     ```
       .banner {
           padding: 220px 0px;
       }
       ```
   
 * **\*Note**
    If your theme has a custom CSS Editor in it, you can also paste the
   code in there.
 * Never edit core CSS or PHP files, they’ll be deleted when the theme is updated.
 *  Thread Starter [maxinehowarth](https://wordpress.org/support/users/maxinehowarth/)
 * (@maxinehowarth)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/button-hover-colour-header-height/#post-6018708)
 * Nailed it! You’re a star thank you I kept looking at the header rather than Banner!

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

The topic ‘Button Hover colour Header height’ is closed to new replies.

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

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)
 * [header](https://wordpress.org/support/topic-tag/header/)
 * [hover](https://wordpress.org/support/topic-tag/hover/)

 * 6 replies
 * 2 participants
 * Last reply from: [maxinehowarth](https://wordpress.org/support/users/maxinehowarth/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/button-hover-colour-header-height/#post-6018708)
 * Status: resolved