implicit art

art and ecology, fiction and geek stuff, culture and philosophy, parenting and life, etc

implicit art
12 September 2017 by nathaniel

How to make the cover / header image smaller in WordPress 2017 theme

I just figured out yesterday how to make the cover image / header image smaller in the WordPress 2017 (Twenty Seventeen) theme, and I’ve already had a number of people ask me how!

It’s pretty simple. And you don’t need to modify the theme, or make a child theme. Simply go to Customize>Additional CSS and copy and paste the below


.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
height: 30vh !important;
}

You can change that number 30vh for different heights. That’s it!

I did two more things for my blog.

First, I didn’t like the “POSTS” heading on my page, since my main page is posts, so I also added this, below the above, in the same box:


h2.page-title
{
display: none !important;
}

And finally, I then felt the padding was a bit too much with that heading gone, so I also put this in, to remove space:


h2.page-title
.site-content
{
padding: 0.75em 0 0 0 !important;
}

Please note that with this last bit, the spacing will also change, and a bit differently, on individual post pages. I liked 0.75em best across both, and of course feel free to change that – just be sure to look at the main page and your individual post pages before finalizing!

This looks good on computers, phones, and tablets :)

Enjoy!

RSS feed
Email list
Amazon
Facebook
Facebook
Twitter
Visit Us
LinkedIn
Google+
Google+
Academia.edu
YouTube
YouTube
Instagram
Flickr
Wikipedia
Posted in me, pop culture, technology and tagged with 2017 theme, code, CSS, twenty seventeen theme, wordpress, wordpress theme. RSS 2.0 feed.
« Syllabus sharing: Electronics and Sculpture, a class with arduino, mechatronics, and art at UWM
The Facebook »

5 Responses to How to make the cover / header image smaller in WordPress 2017 theme

Categories

Tags

aesthetics alice wilds art artist feature avant-garde books briefiew coding comics concern culture digital studio drawing ecology engineering fantasy fiction goods for me google ilona andrews jon horvath kate daniels milwaukee mo gawdat nathaniel stern paduak philosophy public property reading review sean slemon self-enjoyment Steve Martin syllabus sharing teaching technology TED TEDx trees urban fantasy web-comics webcomics whitehead world after us writing

nathaniel’s books

Interactive Art and Embodiment book cover
Interactive Art and Embodiment: the implicit body as performance

from Amazon.com

Buy Interactive Art for $30 directly from the publisher

Ecological Aesthetics book cover
Ecological Aesthetics: artful tactics for humans, nature, and politics

from Amazon.com

All content © 2025 by implicit art. Base WordPress Theme by Graph Paper Press