Can't set propperly a site back ground
-
Hello.
When I set a site background I can’t actually see it on any section of the site. When my web site is loading it kind of show it and then it disappears as shown in the video https://youtu.be/jvcvbJy6xac (you can see some little gray dots pattern just before the entire content loads)
Hi,
If you want to see this background you need to enable boxed layout in Theme Settings -> General Layout. It is not applied for the website content section.
Regards
Ok, and how can I set a background for the entire content like this website: http://www.mueblesyaccesorios.com.co/
Thank You
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .main-page-wrapper {
background-image: url(http://veranezzymuebles.com/wp-content/uploads/2017/01/[email protected]?id=1610) !important;
}