Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • $backgroundcolor : hex | Sets the background color for the simple footer [default: 'footer-background']

  • $textcolor : hex | Sets the text color for the simple footer [default: #ffffff][Advanced configuration only]

  • $logowidth: pixels | Sets the width for the footer logo. Height is hard coded as auto. [default: 200px][Advanced configuration only]

Code Block
@include simple-footer(
    $backgroundcolor: #{map-deep-get($theme-colors, 'footer', 'background')},
    $textcolor: #{map-deep-get($theme-colors, 'footer', 'text-color')},
    $logowidth: 200px
);

...

Code Block
@include tabs-design(
    $activebackground: #ffffff,
    $style: 'tabs-option-1',
    $barbackground: #f6f6f6,
    $textcoloractive: #141e55,
    $textcolor: #{map-deep-get($theme-colors, 'text')}
);


Notes:

“Advanced configuration only” means that this configuration is not available to be edited inside of the theme designer application and can only be changed manually in the mixin arguments. These advanced options are for the benefit of the developer setting up the theme.