Different background-images or fullscreen slider in demo "medic2"

Hi there!

I have installed BeTheme with the look of "medic2". It is the boxed version. I want to have a background-image over the whole page, and different background-images for every page. So I got two ideas: a fullscreen revolution slide (I'm not really a professional in revolution slider) or a background-image.
Is there a chance to create a revolution slide which fullfills my purpose? Or how can I insert different background-images for every page?

Thanks!
Peter

Comments

  • Hi Peter,

    please show us on screenshot how and where exactly you want to put this background so we can give you right solution and avoid confuse.
  • I have a solution:
    .page-id-XX {
      background: url(XXX) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }

    XX = page number
    XXX = image url
Sign In or Register to comment.