i would like to put adult background image since my website is adult one, i tried to put image through admin panel settings but it's not showing up, any idea guys?
Old post, but may help someone.
.ow_page_container { background-image: url("your image URL goes here"); background-size: 100%; background-repeat: no-repeat; background-attachment: fixed; background-position: center;}
or
.ow_page_wrap { background-image: url("your image URL goes here"); background-size: 100%; background-repeat: no-repeat; background-attachment: fixed; background-position: center;}