Adjusting size of background image in Soho Theme

I would like to reduce the height of the background image on blogger - in the Soho Theme. There is not adjustment (slider, etc) for this. I did come across a CSS to add, this is what I added as a CSS:

<style>
.hero-image.has-image {
max-height:25vh!important;
min-height:10vh!important;
}
</style>

Reference Links

Comments