Hello there,
where can I adjust this Header background image Simplicity in height
I want to reduce it at least once in half
2 - ow_static/themes/simplicity/base.css:
.ow_header_pic{ background-image:url(images/header.jpg); /** OW_Control type:image, key:headerImage, section:1. General Settings, label:2. Header background image **/ background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-background-size:cover; -moz-background-size:cover; height:300px; }
Hello there,This solution worked perfectly for me:
where can I adjust this Header background image Simplicity in height
I want to reduce it at least once in half