Hey @naveen1209 ,
You can customise these but you would need to do so via custom CSS and Third Party Scripts. There isn’t currently out of the box functionality to do so.
If you have a background image you would like to add we can help guide you but any further customisation (depending on the complexity) would likely fall into Professional Services.
Hello @olimarrio ,
Sure, Can you send us the steps to customize the background image? and if you have any specifications on the background image itself (size, px ) etc.?
Hi @naveen1209,
You could do this using custom CSS, for example:
body.private-register {
background: url(your-image-url-here.com) center top no-repeat;
background-size: cover;
}
There’s no exact specifications for the background image, it’s a compromise on how sharp you want the image to look vs load speed. We’ve had customer use images that are 6760px x 4212px but smaller could also work. I would advise the minimum resolution would be 1440px x 900px.
Hi @olimarrio ,
Thank you!! We will try that.