Title: Comments and header image
Last modified: October 2, 2017

---

# Comments and header image

 *  Resolved [yommkorisnik](https://wordpress.org/support/users/yommkorisnik/)
 * (@yommkorisnik)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/comments-and-header-image/)
 * Hello!
 * I would like to remove comments section everywhere where they appear and reduce
   the size of header image.
    Thank you.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcomments-and-header-image%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Rico Mossesgeld](https://wordpress.org/support/users/ricotheque/)
 * (@ricotheque)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/comments-and-header-image/#post-9554833)
 * Hi [@yommkorisnik](https://wordpress.org/support/users/yommkorisnik/), I’m [@ricotheque](https://wordpress.org/support/users/ricotheque/)
   from Lyrathemes. 🙂
 * You can hide comments through this step-by-step: [http://www.wpbeginner.com/plugins/how-to-turn-off-or-disable-comments-in-wordpress-pages/](http://www.wpbeginner.com/plugins/how-to-turn-off-or-disable-comments-in-wordpress-pages/)
 * To change the size of your header image, please add this to Appearance > Customize
   > Additional CSS in your Dashboard:
 *     ```
       .frontpage-banner:before {
       	background-color: transparent;
       }
       .frontpage-banner > img {
       	display: block;
       	width: 200px;
       	height: auto;
       	margin: 0 auto;
       }
       ```
   
 * Just change “200px” into whatever size you want.
 * Hope this helps!
 *  Thread Starter [yommkorisnik](https://wordpress.org/support/users/yommkorisnik/)
 * (@yommkorisnik)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/comments-and-header-image/#post-9556500)
 * It worked. Thank you!

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

The topic ‘Comments and header image’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/kale/2.8.2/screenshot.jpg)
 * Kale
 * [Support Threads](https://wordpress.org/support/theme/kale/)
 * [Active Topics](https://wordpress.org/support/theme/kale/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/kale/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/kale/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [yommkorisnik](https://wordpress.org/support/users/yommkorisnik/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/comments-and-header-image/#post-9556500)
 * Status: resolved