Versions Compared

Key

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

...

Code Block
languagehtml
<div id="branding-img" class="admissions-records students">

...

Place the image

  • Prepare an image with the high and width dimension of 1600x225 px

  • Name the image same as the CSS class name you found above, make sure it is all lowercase letters and includes dashes instead of spaces

...

e.g. docroot/sites/default/branding/awards/airline-operations.png

...

Add the style

  • In your code editor, open docroot/sites/default/themes/[site-dir]/partials/_branding.scss

  • Add a line for your section's image using the class name noted earlier

...