Hello,
I’m seeing that you changed the background of the margins of your site.
Are you referring to a different image than the map that is currently displaying?
-Kevin
Yes i can change the image of the sea in the background?
Have you cleared your site’s cache since changing the image?
-Kevin
Yes, i have change the background image from the options and you see the B/W image f the maps and in the background the sea image….
In Theme Options> Advanced Styling, is the image assigned anywhere? If not, then your issue is likely due to caching.
Does it show any differently depending on if you’re logged in or out to wordpress?
-Kevin
The image is set in the section ‘background body’ and the background with the marine image I see it if I’m logged in or not, even on different browsers and even after emptying the cache!
Sorry I’m confused. You are wanting to change this image: http://forteleone.org/wp-content/uploads/2015/04/photo-1429032435038-dd9efae71534.jpg to something else? Are you you not seeing this image?
I found the image. Go to Theme Options> Advanced Settings, and remove this bit of CSS from the custom CSS box:
html {
background: url('http://themes.kadencethemes.com/virtue2/wp-content/uploads/2015/04/photo-1429032435038-dd9efae71534.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
Let me know if that works for you!
-Kevin
Oooooikkk now it’s resolved, thank You!!!!!