Skip to content

Customize Footer Colors

Gilbertsoft edited this page Dec 2, 2019 · 2 revisions

TypoScript Constants

plugin.bootstrap_package.settings.scss {
    # Update primary and secondary colors
    primary = #00883E
    secondary = #CCE5A2
    # Update footer colors
    footer-sections = (content:(background: $body-bg, color: $body-color, link-color: $primary), meta:(background: #f6f6f6, color: #313131, link-color: $primary))
}