Tagged: background, image, stretched
On the blank page (or any individual page)…I suppose I can set the background-image via div class?
Thanks in advance.
Hi,
Yep, create a blank page. Then add this on your custom.css. Inspect page using Chrome or Firebug for FF, look for the unique body class.
#top.avia-blank.page-id-1236 #wrap_all {
background: red url(../images/background-images/Abducted.jpg) !important;
}
Mine is .page-id-1236. You might need a fairly large image for this to cope up to the theme’s responsiveness or use a pattern.
Regards,
Ismael