Versions Compared

Key

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

...

Code Block
languagexml
firstline16
titleapp/views/modules/_footer.html.erb - Remove class attribute
linenumberstrue
<div id="footer">
	<footer class="container">
	.
	.
	.
	</footer>
</div>
This feature is compatible with Avalon versions greater than or equal to 7.

Customize color palette

To change the color palette in Avalon, change colors in the branding.scss in /app/assets/stylesheets/ directory. This file defines a set of Custom variables and Bootstrap variables used in Avalon.

...