Last updated 6 months ago
Paradigm supports customizing Background Color of the website.
Access the Settings > Code Injection from the admin menu.
Click Open
In the provided space, specify the desired background-colors using the appropriate CSS variable. For example:
<style> :root { --main-background-color: #F4F4F4; } </style>
Click Save