– You can use this tilt styles on your divi website.

Steps for Tilt Effect

1. Download  Tilt File.

2. Unzip files

3.Import Tilt Effects.json file on on Divi -> Divi Library -> Import & Export Button

How to add tilt effect in divi  

4. After import layout json files you can see in below

How to add tilt effect in divi

5. Add New Page and Click on “Add From Library” OR “+” Icon below section

New Divi Builder
How to add tilt effect in divi

Old Divi Builder

How to add tilt effect in divi

7. After select layout,section then Publish Page and see on front end after done below point 8.

8. Here two way possibility of use tilt .

1. Using Child theme
On unzip folder you can found “DPDiviChild.zip” file so just upload and activate.

If child theme already exist then follow below step
-> Copy “js” folder and paste on your existing child theme.
-> Copy enqueue script function “dp_tilt_scripts” code and paste on your existing child theme functions.php file.
-> Copy style.css code and paste on your existing child theme style.css file.

2. Without Child theme
-> Upload “vanilla-tilt.min.js” file on your server or anywhere and add that path on Divi-> Theme Options -> Integration Tab.
->Copy js code from init-tilt.js file and paste on Divi-> Theme Options -> Integration Tab.
Just write Script tag before start code and end script tag after code finished.

See Image

How to add tilt effect in divi

-> Copy style code from style.css file and paste on Divi-> Theme Options ->General -> Custom CSS .

See Image

How to add tilt effect in divi


For Simple Effect use class “dp-tilt-column” on module and add class on jquery.
For Parallax Effect use class “dp-tilt-column-parallex” on module and add class on jquery.
For Glare Effect use class “dp-tilt-column-glare” on module and add class on jquery.

See Image

How to add tilt effect in divi