๐ŸŽจBackground Color

Paradigm supports customizing Background Color of the website.

To customize:

  1. Access the Settings > Code Injection from the admin menu.

  2. Click Open

  3. In the provided space, specify the desired background-colors using the appropriate CSS variable. For example:

    <style>
        :root {
            --main-background-color: #F4F4F4;
        }
    </style>

  4. Click Save

Last updated