I would like to change your background image. In "layout settings" I select boxed layout and upload my background image.
Problem is that after uploading my image on page still shows yours:
I upload demo content - TRAVEL (homepage)
Where can I remove or change it?
Thank you in forward.
Comments
did you checked your Theme options > Layout > Custom CSS & JS > Custom CSS section? Because maybe this image exist there as custom css. If this image is there, then please remove the line with css responsible for this image.
body {background:url('http://lapache.com.br/wp-content/uploads/2016/11/bg-header3-13.png')no-repeat center top !important;
background-size:cover !important;
background-position:fixed;
}
You can set the main background image in theme options>global>general
Please send a link to your page if it does not work.
thanks
thanks
header{min-height:600px !important}