🚃Trial Days Color
Digital Nomad supports customizing the color and background color of the Trial Days block in membership tier cards.
To customize:
Go to Settings > Code injection from the admin panel
Open Site header tab
Add the following code snippet and modify the variables value to your favorite colors:
<style>
:root {
--trial-day-font-color: #183868;
--trial-day-background-color: #EFF8FC;
}
</style>

Click Save
Last updated