Title: Delete leaf header
Last modified: June 17, 2017

---

# Delete leaf header

 *  Resolved [steamyunicorn](https://wordpress.org/support/users/steamyunicorn/)
 * (@steamyunicorn)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/delete-leaf-header/)
 * Hello, first of all thank you very much for the fantastic theme!
    I would like
   to delete the green leaf header on all my pages (so only keep the special header
   on the front page). How could I do this?
    -  This topic was modified 8 years, 11 months ago by [steamyunicorn](https://wordpress.org/support/users/steamyunicorn/).

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

 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/delete-leaf-header/#post-9237089)
 * Hi [@steamyunicorn](https://wordpress.org/support/users/steamyunicorn/)
 * Thanks for using our theme,
 * For removing green leaf image Kindly use below code in custom css field **(Theme
   Dashboard >> Appearance >> Customize >> header setting >> custom css field )**
 *     ```
       .page-mycarousel img
       {
       display: none !important;
       }
       ```
   
 * If you spacing in the header part, you can use the following code in the custom
   css filed
 *     ```
       .page-mycarousel
       {
           padding: 120px !important;
       }
       ```
   
 * Change padding according to your need
 * anything else lets me know.
 * Thanks
    -  This reply was modified 8 years, 11 months ago by [Imran Ali](https://wordpress.org/support/users/imranaliweb/).
 *  [akhlesh-nagar](https://wordpress.org/support/users/akhlesh-nagar/)
 * (@akhlesh-nagar)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/delete-leaf-header/#post-9237098)
 * Hello
 * For this add the below css code inside the custom css box .
 *     ```
       .single .page .navbar-wrapper {
           position: relative; 
       	}
   
       	.page-mycarousel {
                display: none;
               }
       ```
   
 * Thanks
    -  This reply was modified 8 years, 11 months ago by [akhlesh-nagar](https://wordpress.org/support/users/akhlesh-nagar/).
    -  This reply was modified 8 years, 11 months ago by [akhlesh-nagar](https://wordpress.org/support/users/akhlesh-nagar/).
 *  Thread Starter [steamyunicorn](https://wordpress.org/support/users/steamyunicorn/)
 * (@steamyunicorn)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/delete-leaf-header/#post-9237327)
 * thank you very much, how do i use these together?
    I also want to delete the 
   title. .page-mycarousel img { display: none !important; }
 * .page-mycarousel
    { padding: 120px !important; }
 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/delete-leaf-header/#post-9237351)
 * Hi [@steamyunicorn](https://wordpress.org/support/users/steamyunicorn/)
 * Ok, For this firstly remove using above code in custom css field then use below
   code in custom css field then check your website.
 *     ```
       .page-mycarousel {
            display: none;
       }
   
       .single .page .navbar-wrapper {
         position: relative; 
       }
       ```
   
 * anything else lets me know.
 * Thanks
 *  Thread Starter [steamyunicorn](https://wordpress.org/support/users/steamyunicorn/)
 * (@steamyunicorn)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/delete-leaf-header/#post-9237378)
 * It doesn’t work, the page is too high, the padding 120px seems not to work.
    
   the page is behind the top menu.
 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/delete-leaf-header/#post-9239918)
 * Hi [@steamyunicorn](https://wordpress.org/support/users/steamyunicorn/)
 * Kindly confirm Did the above solution work for you? bcoz this threads already
   closed.
 * Thanks
 *  Thread Starter [steamyunicorn](https://wordpress.org/support/users/steamyunicorn/)
 * (@steamyunicorn)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/delete-leaf-header/#post-9240010)
 * **It worked, I used: **
    .page-mycarousel img { display: none !important; }
 * .page-mycarousel
    { padding: 120px !important; }
 * **together with (i think) this that i found in another thread**
 * .page-mycarousel title
    { display: none !important; }
 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/delete-leaf-header/#post-9240072)
 * Hi [@steamyunicorn](https://wordpress.org/support/users/steamyunicorn/)
 * Glad to know it worked for you.
 * We would really appreciate if you could provide us a review here:
 * [https://wordpress.org/support/theme/wallstreet/reviews/#new-post](https://wordpress.org/support/theme/wallstreet/reviews/#new-post)
 * If you have any more questions, feel free to ask again!
 * Thanks

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

The topic ‘Delete leaf header’ is closed to new replies.

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

 * 8 replies
 * 3 participants
 * Last reply from: [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/delete-leaf-header/#post-9240072)
 * Status: resolved