⏯️Buttons Background Color
The Digital Nomad theme allows users to change the font and icon colors in buttons within certain sections. These sections include:
Author name with image and bio light background
Fullscreen section with cover image
Membership light background
Subscribe banner with benefits light background




To customize:
Go to Settings > Code injection from the admin panel
Open Site header tab
Add the following code snippet and modify the variable value to your favorite color:
<style>
:root {
--btn-colored-text: #FFDAA4;
}
</style>

Click Save
Last updated