Jump to content
WebFlake
  • 0

Vulpes Dark Theme Background Image?


xTamue

Question

4 answers to this question

Recommended Posts

  • 0
9 hours ago, Jeffrey said:

body {
	background: url(...);
}

 

Thanks,

if the slider of the theme is enabled, the slider just goes over the backgroundimage, can I insert some that the background starts at the end of slider? so that the full image can be displayed? If I disable the slider, it works 

 

Edit: And if I scroll down, the image don´t scroll with it, it´s sticky, can I fix that?

Edited by xTamue
Link to comment
Share on other sites

  • 0
5 hours ago, xTamue said:

Thanks,

if the slider of the theme is enabled, the slider just goes over the backgroundimage, can I insert some that the background starts at the end of slider? so that the full image can be displayed? If I disable the slider, it works 

 

Edit: And if I scroll down, the image don´t scroll with it, it´s sticky, can I fix that?

body {
	background: url(...) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

 

  • Like 1
  • Support Team - September 9th, 2017 - June 8, 2018
  • Junior Moderator - December 14th 2018 - November 16th, 2019
  • Designer - November 16th, 2019 - June 5th, 2020
  • Moderator - June 5th, 2020 - August 28th, 2020
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...