Hey guys,
Sorry if this is in the wrong section but this has been driving me mad going around all threads that could remotely help only for nothing to happen or for it to disappear completely.
I am trying to put an image background in the doc_background stylevar to have it appear behind everything else. Usually I would just use a colour but am trying to have it match our wp installation which has this as its background image.
Anyway the picture I have is attached (sorry way too big to post)
I would like it to cover the background - so no matter how big the screen is, or how much they scroll that is still in the background and in perfect position.
I have attempted codes along the line of:
Code:
body {
background: url(http://www.abod.faith/wp-content/uploads/2018/05/abod_background-1.png) no-repeat center center fixed !important;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}
and so on but nothing seems to be working it is either the picture as it appears - or nothing.
I know vB4 is EOL and many have moved onto other things but I would appreciate if anyone here was able to help me get this working properly.
Forum URL
here
Thank you all in advance
EDITED TO ADD PICTURE AS ATTACHMENT