xTamue Posted March 12, 2020 Share Posted March 12, 2020 Looking for how to inerst a background image in the latest relöease from vulpes dark theme (2.1.1) Link to comment Share on other sites More sharing options...
0 Jeffrey Posted March 12, 2020 Share Posted March 12, 2020 body { background: url(...); } 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 More sharing options...
0 xTamue Posted March 12, 2020 Author Share Posted March 12, 2020 (edited) 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 March 12, 2020 by xTamue Link to comment Share on other sites More sharing options...
0 Jeffrey Posted March 12, 2020 Share Posted March 12, 2020 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; } 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 More sharing options...
0 Administrator Tony Posted April 26, 2020 Administrator Share Posted April 26, 2020 The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
xTamue
Looking for how to inerst a background image in the latest relöease from vulpes dark theme (2.1.1)
Link to comment
Share on other sites
4 answers to this question
Recommended Posts