This topic has 2 replies, 2 voices, and was last updated 4 years, 11 months ago ago by Rose Tyler
Hi,
How are you?
I would like to do a parallax in a picture on the background but I can not block the picture and put a parallax on it.
I know how to do a parallax in a div but I would need then to put a div withing div and in your theme I don’t know how to do that.
Could you please let me know how I can do the parallax on the background?
Thanks!
Hello,
Try to add this code in Custom CSS for page:
body {
background-attachment: fixed;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up