Hey,

I'm looking for a theme that has the option to upload an image as the background without the use of views, modules, etc. Any recommendations?

Thanks,
Gregory S.

Comments

zeezhao’s picture

In general, I believe this can be achieved by adding something like this to the css of any theme:

body {
  background-image: url('path_to_you_image/background.jpg')
  background-size: cover;
  background-repeat: no-repeat;
}

See here for more details on spec: http://www.w3schools.com/cssref/css3_pr_background-size.asp

So if you pick any of drupals responsive themes (e.. adaptivetheme/sky, corolla etc), and create a sub-theme for it, then add to your css file. See here for sub-theming: https://www.drupal.org/node/225125

ramesh_singh’s picture

hi openbayou,
You have an alternative option you don't need to code in .css file.try mayo theme whose functionality is similar to your issue i.e,background image and color.
downloading link for this theme is https://www.drupal.org/project/mayo
i hope this theme fulfill your problem.

thanks