Most of the template sections use Encore,, the current template architecture used by Kajabi for building Sites and Landing Pages, and is the underlying architecture for site templates such as Streamline-Home, Taylor, Prosper, Reach, etc…
Encore sections employ dynamic blocks, offering flexibility while remaining easy to use.
We've incorporated the Encore sections architecture into our Product templates, allowing our users to enjoy the flexibility found in Encore site templates within their course area.
Most of the dynamic sections available within this template are Encore Sections, with a few exceptions, such as Lessons and Categories sections, Resume section, and a few more.
Below are a few of Kajabi’s articles and tutorials to help you make the most out of your Encore sections:
Adding Sections | Section Layout | Section Background
Adding Blocks | Block Layout | Block Background | Block Width
Image | Custom-Section | Text | Call To Action
Custom CSS
In addition to all the standard settings, we have added a Custom CSS option to all sections and blocks.
This feature is intended for use by advanced users familiar with CSS.
Use the #this keyword as a selector to select and apply properties to the current block or section respectively.
When using #this in a block, the keyword #this will be replaced with the block’s ID.
When using #this in a section, the keyword #this will be replaced with the section’s ID.
Below are some usage examples:
Use: #this{ background-color:#f00; } to set the block/section background to red.
Use: #this h2{ color:#f00;} to set the color of h2 tag within the block/section to red.
Use: #this *{ color:#f00;} to set the color of all tags within the block/section to red.