Objective
This article shows you how to add a background image to a Youreka form.
Before you get started
This article might be helpful before you read further:
Use the following code snippet to add a background image to your forms.
Before
After
body#complete-form main{
background: url('https://2j5zg2h1itk3tosw21k7acb1-wpengine.netdna-ssl.com/wp-content/uploads/2018/06/formBgImage.jpg') no-repeat top left;
background-size: cover;
background-attachment: fixed;
}
h1.formName {
color: #fdfdfd;
text-shadow: 2px 2px #d3d3d3;
}
Comments
0 comments
Please sign in to leave a comment.