Changing color
Step-by-step guide to change color for your website
- Select your “Staging” Branch in the repository
- Go into the “misc” folder
- Edit the custom.scss file
- Change the color of your website by amending the section below inside the file
- Click on “Commit changes” button to save
# Sample custom.scss file section for reference
// Website brand colors
$primary: #6031b6;
$secondary: #4372d6;
$secondary-hover: darken(#4372d6, 20%);