Versions Compared

Key

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


Note

This documentation is for Release 7.x and above.

Homepage


Configuring featured and carousel collections

...

Code Block
languagexml
firstline16
titleapp/views/modules/_footer.html.erb - Remove class attribute
linenumberstrue
<div id="footer">
	<footer class="container">
	.
	.
	.
	</footer>
</div>

...

Styling

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.

...