NO banner in Mountains theme please

With free themes, it is largely a case of “you get what you pay for”. That is why several companies exist that offer paid themes that have many more features.

To reduce the height of the hero unit in Mountains, consider using custom CSS code like this:

@media screen and (min-width: 768px) {
	.hero,
	.hero-background {
        height: 50vh;
    }
}
3 Likes