In this tutorial I’m going to show you how to make your background images fixed in your Dubsado forms. This is called parallax and it can be achieved with a tiny bit of css.
All you need to do is copy and paste the below css into the edit css section on the Dubsado form:
.custom-background__image
{
background-attachment: fixed!important;
background-position: center;
}
/* Add media query for smaller screens if needed */
@media (max-width: 768px) {
.custom-background__image {
background-attachment: scroll !important;
}
}
__________________________
Check out the Dubsado proposal templates here and get on the waitlist to get 20% off:
https://sarahworboyes.co.uk/dubsado-p...
__
Make sure to hit subscribe for more Dubsado tips!
Get 30% off your first month of Dubsado when you join via this link:
https://go.sarahworboyes.co.uk/dubsado
—
SUBSCRIBE FOR MORE VIDEOS:
/ @sarahworboyes
LET'S CONNECT!
Blog: https://sarahworboyes.co.uk/blog/
Instagram: / sarah_worboyes
LinkedIn: / sarah-worboyes-7998a12b
#dubsado #dubsadotutorial #csstutorial