⏯️Buttons Background Color

The Digital Nomad theme allows users to change the font and icon colors in buttons within certain sections. These sections include:

  1. Author name with image and bio light background

  2. Fullscreen section with cover image

  3. Membership light background

  4. 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