Hi there,
I am trying to implement a customized background image for my landingpages. However, I only manage to get the background for the password-page. Old threads mention that I could do it easily within the colour settings but this option seems to be depreciated.
Any advice is highly appreciated.
Best,
Stephan
do you want the background image on the whole page?
you could try adding this code to the bottom of your theme css file:
body {
background-image: url(" the imgae src here ");
background-repeat: no-repeat; // change this to repeat if you want.
background-size: 100% auto;
}
can you give a link to your site?
User | Count |
---|---|
455 | |
191 | |
137 | |
61 | |
36 |