Section & Variations › Footer

Available Parameters
Parameter Type Description
variation Text
required
Default : footer-variation-1
Selected variations for Footer section.
List of available variations :
  • footer-variation-1
  • footer-variation-2
  • footer-variation-3
title Text
Available for : footer-variation-3
Set title for Footer section.
description Text
required
Set description for Footer section
navs Array of Navs Object
required
Set nav items footer-variation-1 Section.
Example:
[
    {
        "title"     : "Company",
        "items"     : [
          {
              "link"     : "#",
              "title"     : "About us"
          }
        ]
    }
]
copyrights Text
required
Set copyrights for Footer section
socialTheme Text
alllow : light, colored
Default : light
Set type of Social Media Icon theme.
socialNavs Array of Social Nav Object
required
Set nav item links for Footer section social media.
Example:
[
  {
    "icon"   : "ic-facebook",
    "link"   : "http://facebook.com/"
  }
]
bottomNavs Array of Link Object
required
Set nav item links for Footer section bottom navigation.
Example:
[
  {
    "text"   : "Terms of Service",
    "link"   : "#"
  }
]
Available Variations