Dynamic Picture Background
Want to add a background to your GetQuote process that changes dependent on which product you're getting a quote for?
Simply add the following code to the CUSTOM CSS tab of your ADMIN pages (under Website), remembering to change the Scheme ID and URL of the image you want to use:
form[action='/getquote/questions.aspx?SchemeId=ENTERSCHEMEIDHERE&NewClient=true'] section{background-image: url("ENTERURLOFIMAGEYOUWANTTOUSEHERE");background-repeat: no-repeat; background-attachment: fixed; background-position: center; background-size:cover;}
Please sign in to leave a comment.
Comments
0 comments