Paradigm - User Documentation
High Five ✋ Themes
  • 👋Introduction
  • 🆕Changelog
  • 🏁GETTING STARTED
    • 🔽Uploading a Theme
  • 📜MAIN TEMPLATE
    • 📰Post Template
    • 📄Page Template
    • 📑Categories (Tags) Template
    • 👨‍🎨Authors Template
    • ♾️Archive (All posts) Template
  • ⚙️CUSTOM SETTING
    • ™️Logos
    • 🔤Typography (Fonts)
    • 🧭Header Type
    • 🎨Background Color
    • 🧮Border Radius
    • 📢Subscribe CTA Text and Subtext
    • 🏠Homepage Layout
    • 🖌️Additional Colors
  • 🤝MEMBERSHIP
    • 🎬Setting Up
    • ⬇️Sign In Page
    • 🆙Sign Up Page
    • 🔀Subscribe Page
    • 👤Account Page
    • 💸Membership Page
  • 🛠️OTHER SETTINGS
    • ⏬Submenus
    • 📸Add Your Instagram Link (Icon)
    • 💬Comments
  • ☑️TERMS & CONDITIONS
    • 🔁Refund Policy
Powered by GitBook
On this page
  1. CUSTOM SETTING

Background Color

PreviousHeader TypeNextBorder Radius

Last updated 11 months ago

Paradigm supports customizing Background Color of the website.

To customize:

  1. Access the Settings > Code Injection from the admin menu.

  2. Click Open

  3. In the provided space, specify the desired background-colors using the appropriate CSS variable. For example:

    <style>
        :root {
            --main-background-color: #F4F4F4;
        }
    </style>

  4. Click Save

⚙️
🎨