BYOB - Branding Sets (GA)
Published on June 11, 2026 BYOB
Branding Sets
Branding Sets lets you recolor the key visual elements of a record page — the header, widget backgrounds, and buttons — using your own HEX, RGB, or RGBA color values, so record pages match your company's branding without custom CSS or a developer.
Before You Begin
- The Build Your Own Branding (BYOB) package must be installed and active in your org.
- You'll need edit access to Lightning App Builder for the record page you're customizing.
- Have your brand colors ready in HEX (
#1B4C78), RGB (rgb(27, 76, 120)), or RGBA (rgba(27, 76, 120, 0.9)) format.
Step 1: Add the Component to Your Page
- Open the standard or custom object record page you want to customize.
- Click the gear icon and select Edit Page to open Lightning App Builder.
- In the components sidebar, find Branding Sets under the Custom – Managed section.
The Branding Sets component in the Lightning App Builder sidebar.
Drag the component onto the page. For best results, place it as the last component in its column.
The component placed as the last item in the column.
Step 2: Set Your Colors
Branding Sets accepts color values in HEX, RGB, or RGBA format in each of the fields below.
The color configuration fields in the component's properties panel.
| Setting | What it changes |
| SLDS Header Background Color | The background color of the page header |
| SLDS Neutral Base Background Color | The background color of widgets on the page |
| SLDS Button Neutral Color | The font color of buttons |
| SLDS Button Neutral Background Color | The background color of buttons |
Header and widget background colors applied to a record page.
Important: Button colors only display once both SLDS Button Neutral Color (font) and SLDS Button Neutral Background Color are set — setting just one will not visibly change the buttons.
The button font color field.
The button background color field, shown alongside the font color for a complete button style.
Step 3: Preview and Save
- Use the Lightning App Builder's live preview pane to check your color choices before publishing.
- Save the page to apply the branding to the live record page.
Watch: Branding Sets Walkthrough
See the full setup in action:
https://www.youtube.com/watch?v=YusJdJ_-daM
Troubleshooting
- Buttons aren't changing color: Both SLDS Button Neutral Color and SLDS Button Neutral Background Color must be set together — one alone has no visible effect.
- Color isn't applying: Double-check the value is valid HEX, RGB, or RGBA — a malformed value (e.g., a HEX code missing the leading
#) will be ignored. - Changes not visible after saving: Refresh the record page — some browsers cache page-level styling until reloaded.
Knowledge Article Number: KA-00075