Jump to content

Insert a background imagen in the web client via custom css


antoigl28

Recommended Posts

antoigl28
 
Hi,
 
I attempt insert a background imagen in the web client via custom css and I do not get it. 
 
 
.backdropContainer{
   background-image: url("css/images/image.png");
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
 
}

 

This is correct ?

 

Thanks.

Link to comment
Share on other sites

Happy2Play

@@antoigl28, What exactly are you trying to do?  Have a static background image on all pages?

Edited by Happy2Play
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...