Change background color and height size for empty featured image area?
- The topic ‘Change background color and height size for empty featured image area?’ is closed to new replies.
Need help? Check out our Support site, then
Hi there! :-)
I would like to modify (if possible) two settings for these pages where NO featured image is used and you only see the title, like this:
or this:
1. I would like to change the background from white to other.
2. I would like to reduce a bit the heigth on that area for these cases. Something like a 60 or 70% height.
As a side note: just say you how I’m extremely happy with this theme in particular and WordPress.com in general! :-D
Thanks for your support.
The blog I need help with is: (visible only to logged in users)
I forgot to add this image to better illustrate what I refer:
cristobalvila.files.wordpress.com/2019/12/20191108_question_forum.png
Thanks!
Well, since nobody answer this, I will do (thanks to Support Chat):
Introduce this code in you Design/CustomCSS:
/* Header: change the background color -- 14707986-hc (EZ) */
#page-header.no-hero .page-liner {
background: #E0DBD2;
padding: 30px 0;
}
Hi there,
Glad that you found it yourself. Here is alternative CSS:
#page-header {
background-color: #9091ad;
max-height: 56.25vw;
to control the header. Cheers
Thanks! :-)