Versions Compared

Key

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

How to add a banner image to a section in the college theme with SCSSAdding banner images is accomplished through SCSS changes that require Developer access to your college website on the Pantheon platform. The process involves creating a Multidev branch of your college website, cloning the Multidev locally using GIT, making the SCSS changes and compiling them with a SASS compiler, testing your changes locally, and pushing them into your Multidev branch for further online testing. Once you have tested your changes on the Multidev, you can submit a merge request via Slack to have your changes merged to the development environment.

Instructions

Follow the repo’s README.md instructions to begin the code editing workflow. To test your changes locally follow the instructions in the Local Development Stack article.

Place your image file (1600x225 px) in [site-dir]/branding/sections in your college site folder (e.g. rsc/branding/sections/admissions-records.png)

...