Theme Documentation
  • Welcome
  • Getting Started
    • Liquid
    • Theme Types
    • Initial Setup
  • Core Concepts
    • Settings
    • KJB Settings ID's
    • Objects
    • Page Objects
    • Elements
    • Presets
    • Ownership
  • Building Blocks
    • Structure
    • Layouts
    • Sections
    • Section Types
    • Blocks
  • Theme Requirements
    • Required Pages
    • Theme Info
    • Powered By Branding
  • Theme Styling
    • Cornerstone CSS
    • CSS Variables
    • Custom Site Styles
Powered by GitBook
On this page
  1. Theme Requirements

Powered By Branding

All Kajabi themes are required to include a powered by branding link that is not accessible to the user in the theme settings.

This link is auto populated with the users referral link so that they get credit for any click thru signups.


<div data-gb-custom-block data-tag="if">

  <div class="powered-by">
    <div class="container">
      {{ powered_by_link }}
    </div>
  </div>

</div>

The Powered By Link can be turned off by users at specific plan levels via their site settings.

PreviousTheme InfoNextCornerstone CSS

Last updated 5 years ago