is there a way to apply a sign logo or image with this theme? ive tried the Css list here but to no avail
.ow_page_wrap .ow_sign_in_cont {
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
background: url('images/signinimage.jpg'); /** OW_Control type:image, key:signInbackgroundImage, section: 1. General Settings, label: Sign in page background image **/
background-position: center center;
background-repeat: no-repeat;
z-index:97;
}