Digital Nomad - User Documentation
DemosSupportHigh Five ✋ Themes
  • 👋Introduction
  • 🆕Changelog
  • 🏁Getting Started
    • 🔽Uploading a Theme
  • 📜Main Templates
    • 📰Post Template
    • 📄Page Template
    • 📑Categories (Tags) Template
    • 🧑‍🎨Authors Template
    • ♾️Archive (All posts) Template
  • ⚙️Custom Settings
    • ™️Logos
    • 🔤Typography (Fonts)
    • 🧭Header Type
    • 🎨Accent Background Color
    • 👨‍🎨Homepage Sections Background Color
    • ⏯️Buttons Background Color
    • 🧮Border Radius
    • 🏠Homepage Layout
    • 📢Subscribe CTA Text and Subtext
  • 🤝Membership
    • 🎬Setting Up
    • ⬇️Sign In Page
    • 🆙Sign Up Page
    • 🔀Subscribe Page
    • 👤Account Page
    • 💸Membership Page
    • 🚃Trial Days Color
  • 🛠️Other Settings
    • ⏬Submenus
    • 📸Add Your Instagram Link (Icon)
    • 💬Comments
  • ☑️Terms & Conditions
    • 🔁Refund Policy
Powered by GitBook
On this page
  1. Membership

Trial Days Color

PreviousMembership PageNextSubmenus

Last updated 1 year ago

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

🤝
🚃