Documentation

How to Integrate EDD Dashboard with WindPress

Customize your Easy Digital Downloads pages using Tailwind CSS and the WindPress integration.

Configuration Steps

Integrate WindPress easily with your EDD Dashboard by following these steps:

Install the WindPress plugin from WordPress Repository.

Go to WindPress settings and add the following custom script into the main.css to trigger dark and light mode compatibility with EDD Dashboard:

@custom-variant dark (&:is(.dark *));

Click Save.

Create a Page with WindPress

Create a new page and choose your preferred EDD Template.

You can add your custom content manually or use a component framework like Flowbite. In the example screenshot above, we've used Alert component.

Add this page to your custom dashboard menu.

You're done!

Example Result

  • Dark Mode:

  • Light Mode:

Last updated on

On this page