Title: Adding button to header
Last modified: August 31, 2016

---

# Adding button to header

 *  Resolved [klejejs](https://wordpress.org/support/users/klejejs/)
 * (@klejejs)
 * [10 years ago](https://wordpress.org/support/topic/adding-button-to-header/)
 * I have created website and I have slider in header. Is it possible to add “Getting
   Started” button on top of the slider? My webpage is krisjanis.ml

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

 *  [beaudaignault](https://wordpress.org/support/users/beaudaignault/)
 * (@beaudaignault)
 * [10 years ago](https://wordpress.org/support/topic/adding-button-to-header/#post-7411936)
 * Hello.
    Yes, you can customize your `header.php` file, adding a button as you
   like. This will require server-level access (or, FTP). An example button: `<input
   type="button" value="Getting Started">` or, HTML5: `<button><a href="//dynamic
   WordPress link here">Getting Started</a></button>`
 * Have fun!
 *  Thread Starter [klejejs](https://wordpress.org/support/users/klejejs/)
 * (@klejejs)
 * [10 years ago](https://wordpress.org/support/topic/adding-button-to-header/#post-7411968)
 * Thank you for the answer, but this adds button on bottom of header. Is it possible
   to put it in the middle, on top of slider?
 *  [Ravikumar Patel](https://wordpress.org/support/users/ravipatel/)
 * (@ravipatel)
 * [10 years ago](https://wordpress.org/support/topic/adding-button-to-header/#post-7411970)
 * [@klejejs](https://wordpress.org/support/users/klejejs/),
    First of Link is not
   working on button so remove button. and make `<a href="//dynamic WordPress link
   here">Getting Started</a>`
 * **Add css for display on slider.**
 *     ```
       .hero-section > a {
         background: #000 none repeat scroll 0 0;
         cursor: pointer;
         margin-left: 85%;
         margin-top: calc(-25%);
         padding: 0;
         position: absolute;
         z-index: 10000;
       }
       ```
   
 *  Thread Starter [klejejs](https://wordpress.org/support/users/klejejs/)
 * (@klejejs)
 * [10 years ago](https://wordpress.org/support/topic/adding-button-to-header/#post-7411977)
 * Thank you! It worked. 🙂

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

The topic ‘Adding button to header’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [klejejs](https://wordpress.org/support/users/klejejs/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/adding-button-to-header/#post-7411977)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
