Documentation

How to Configure Branding in EDD Dashboard

Customize your Easy Digital Downloads store branding with the EDD Dashboard plugin.

Menu: Pelatform → EDD Dashboard

Here you can upload and customize your store's logo, branding elements, copyright details, and colors to align with your brand identity.

Branding EDD Dashboard

Custom Colors

You can easily modify the default color scheme to match your brand identity.

Custom Color EDD Dashboard

Color Format

Here is an example of the default CSS variable format used in the dashboard:

:root {
  --brand-50: #e9f8f2;
  --brand-100: #d0f0e3;
  --brand-200: #b8e7d5;
  --brand-300: #9fdfc7;
  --brand-400: #87d6b8;
  --brand-500: #6eceaa;
  --brand-600: #55c59b;
  --brand-700: #3dbd8d;
  --brand-800: #24b47e;
  --brand-900: #1f996b;
  --brand-950: #125a3f;
}

You can manually edit these color codes or create harmonious color palettes using Tailwind CSS Color Generator Tools.

Simply copy the generated CSS and replace the existing values in your project.

Tips for Effective Branding

  • Use consistent colors throughout your store to enhance brand recognition.
  • Choose colors that reflect your brand personality and appeal to your target audience.
  • Ensure your logo and colors provide sufficient contrast and readability across all devices.

Last updated on

On this page