How to make the background image fixed and no repeated?

  • ninokhelaia
    Asked on March 28, 2017 at 3:52 AM

    hi, I already have finished creating a customer feedback form. I have chosen theme, which has a image background. in Build section, picture doesn't change and while scrolling moves just form, when i have finished form, while scrolling picture gets multiple and there's seen dividing line between pictures. i'm sending you screenshot for you to better understand my problem.

     

    how can we change that ? 

     

    thank you! 

    How to make the background image fixed and no repeated? Image 1 Screenshot 20

    thank you! 

  • Nik_C
    Replied on March 28, 2017 at 4:49 AM

    Hello,

    I inserted the below CSS in your Custom CSS field and it should work now as you intended:

    .supernova {

    background: url("http://www.jotform.com/uploads/EltonCris/form_files/keyboard-498396_12801.png") no-repeat center center fixed;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    Let us know if you have any further questions.

    Thank you!

  • ninokhelaia
    Replied on March 28, 2017 at 6:45 AM
    thank you so much :)
    ...