Customize Platform Branding
There are several ways to customize the branding for your MinistryPlatform instance.
When you customize the Platform to match the branding of your church or diocese, congregants feel confident that they're in the right place. This is important when they enter personal information and need reassurance that it will be safe and secure.
Update CSS for Authentication Screens
Add your own color scheme and background to your Log In, Reset Password, and Sign Up screens.
Refresh your browser, refresh the application cache, or clear your browser's cache to see the change right away.
CSS Variables
Descriptions and default values of all available CSS variables for branding.
- Header
-
- (1) Adjust header height:
--header-height
. Default is 60px. - (1) Background color for the header:
--header-background-color
. Default is #ffffff. - (2) Background color for the logo:
--logo-background-color
. Default is transparent. - (3) Background color for language selector:
--language-selector-background-color
. Default is transparent.
- (1) Adjust header height:
- Global
-
- Font family for text:
--font-family
. Default is "Lato", sans-serif. - (4) Default text color:
--text-color
. Default is #222222. - (5) Lighter text color for contrast:
--text-color-light
. Default is #2e2e2e. - (6) Color for hyperlinks:
--link-color
. Default is #267490. - (7) Background color for screens:
--background-color
. Default is #ffffff. - (7) Background image:
--background-image
. Default is none.
- Font family for text:
- Text and Font
-
- Font size for titles:
--title-font-size
. Default is 40px. - Font size for longer titles:
--title-longer-font-size
. Default is 26px. - Font weight for titles:
--title-font-weight
. Default is 900. - Font size for descriptions:
--description-font-size
. Default is 15px. - Font weight for descriptions:
--description-font-weight
. Default is 500. - Line height for descriptions:
--description-line-height
. Default is 24px. - Font size for labels:
--label-font-size
. Default is 13px. - Font weight for labels:
--label-font-weight
. Default is 600. - Font size for check boxes:
--checkbox-font-size
. Default is 15px. - Font weight for check boxes:
--checkbox-font-weight
. Default is 500.
- Font size for titles:
- Borders and Colors
-
- (8) Background color for primary elements:
--primary-background-color
. - (8) Border color for primary elements:
--primary-border-color
. Default is none. - (8) Text color for primary elements:
--primary-color
. Default is #ffffff. - (9) Background color for secondary elements:
--secondary-background-color
. - (9) Border color for secondary elements:
--secondary-border-color
. Default is #c6c6c6. - (9) Text color for secondary elements:
--secondary-color
. Default is #2e2e2e. - (10) Default border color:
--border-color
. Default is #c6c6c6. - Text color for input fields:
--input-color
. Default is #222222. - Color for error messages:
--error-color
. Default is #ff0000.
- (8) Background color for primary elements:
- Footer
-
- (11) Background color for the footer:
--footer-background-color
. Default is #ffffff. - (11) Height of the footer:
--footer-height
. Default is 60px. - (12) Background color for footer content:
--footer-content-background-color
. Default is #ffffff.
- (11) Background color for the footer:
Add an Image on Your Login Screen
The login screen image displays at 100px tall, and the width scales to size.
- Go to .
- Open your organization's record.
- Expand the Files section on the right.
- Click Attach File.
- Drag and drop the image, or click inside the dotted line box to browse for the image.
- Click Attach.
- If needed, click the star icon beside the file to set it as the default image.
Refresh your browser, refresh the application cache, or clear your browser's cache to see the change right away.
Edit Your Application Title
Once Users log in, your organization's name displays in the Platform in the upper-left corner. If needed, you can change what they see there.
- Go to .
- Open your organization's record.
- Click Edit Record.
- Change the Application Title.
- Click Save.
Refresh your browser, refresh the application cache, or clear your browser's cache to see the change right away.