It seems to also work using the following, at least for banners above 450px
🙂
.main-header{
height: 450px;
}
Ok thank you 🙂
Thank you for your very prompt answer, I’ll try this 🙂
By the way, is there a way to have the same banner height on every pages?
Found too!
.featured-post
{
background: #0a0a0a;
}
Problem solved 😉
I’ve found for the Pages, by adding the following in the Additional CSS
.page
{
background: #0a0a0a;
}
But, it does not work for the features boxes. Is this possible?