Most of the Divi Tutorials on this blog will involve adding some CSS snippets to your Divi theme.
Here are the steps to adding CSS snippets to your Divi website.
How to Add CSS to Divi via the Theme Options
This is the easiest, and the best way to add CSS to the Divi Theme.
- Log into your WordPress dashboard.
- Go to Divi > Theme Options
- Scroll down to the bottom of the page.
- Paste your CSS into the box named Custom CSS after anything else in there.
- Click “Save”.
How to Add CSS to the Divi Style.css File
CSS can also be added to Divi directly, to the end of the style.css file found in Divi theme directory. However, this is not the best method as new updates to the Divi theme may cause this file to be overwritten and your changes to be lost.
How to Add CSS using a Child Theme
Another way to add CSS to Divi without risking your changes being lost is to create a child theme and place your new CSS in there.
Creating a child theme may sound technical, but we put up together a great piece of article on creating child themes.





0 Comments