Hi @simonercc,
You may try to use the style below to reduce the height of the featured image on the home page
body.page-template-template-front-page .site-content .site-main > .hentry .front-page-header-wrapper{
min-height:40vh !important;
}
Could you provide a screenshot of the page layout without custom-header image section as I can not understand what you try to achieve by removing it? There are placed navigation menu and logo over that image section. Thanks.
Hi @dmytro ,
this is for example one page without featured image… i would like not to have that “spacing” in grey…
https://ibb.co/4431WLJ
Then i was also wondering if is possible to remove even in home page the featured image or at least reduce its size (reducing size is maybe effective with your suggested fix i think)
ty
Hi @dmytro i’ve a big problem actually!
From my personalization panel of the theme in wordpress in the “Colors” tab is disappeared the selector of the Header Text Color!
I need to change the text in the header but i do not know how to do it anymore…
I would like to fix it to BLACK (so all the main menu presented in the header and the “hamburger” icon in the mobile version)
Can u help me pls?
Hi @simonercc,
I could not replicate the issue locally and the Header text Color option is present at my local installation. Perhaps there is a conflict with a third-party plugin installed on your site?
Actually you may try to force a new color for the header by adding the style below to Appearance > Customize > Additionals CSS:
#masthead.site-header * {
color: #000 !important;
}