๐จColors
Persona supports customizing different Colors of the website.
Colors
You can change colors:
Secondary button background-color and hover color
Block Available for hire (text color, background color, border color)
Accent color in dark mode.
To customize:
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 { --secondary-btn-bg: #efefef; --secondary-btn-hover: #e7e7e7; --avl-for-hire-text: #000000; --avl-for-hire-bg: #ebffe2; --avl-for-hire-stroke: #cfeac4; --dm-accent-color: #3AA70B; } </style>
Click Save
Last updated