Resize jumbotron image

Hi everyone: here’s my question.
How can I resize the main page image so that it has a definite height? Max 500 px for example.
Thanks

Hello,

Try using this CSS code and change the padding values to better match your layout:

#header .bottom-header {
    padding-top: 160px;
    padding-bottom: 280px;
    height: 500px;
}

This should do the trick, let me know otherwise.

Regards

Ok that’s fine. Anyway, I’m not able to change the font-color of the main manue
The blog is the following one
effeforlife.it

I mean, I changed the CSS as follows, but there’s no evidence of the new color
#header .top-header .header-navigation ul li {margin-left:40px;line-height:1.375;font-weight:700;font-size:16px;color:#A73D3F; text-transform:uppercase;position:relative;float:left; }
Thanks for your support

ok, I found the right class. solved. thanks anyway

That’s great news, have a good day!