Add background image

rogeranton 12 Aug, 2017
How can I add a background image to a CFv6 form? I need to know the code and where to put it.

Thanks a lot

Roger Langaard
GreyHead 12 Aug, 2017
Hi Roger,

You can do this with CSS - to add it from the form drag over a CSS from the Custom Elements group in the Designer view and add CSS something like this
. G2-joomla form {
  background-image: url('/image_url/image_name.jpg');
}

Bob
This topic is locked and no more replies can be posted.