Branding Pattern
Brand Logo Footer
A small brand mark or company name in the footer paired with a slide number.
brand-logo-footerOPF extension pending
Use Case
Sales, conference, and external-facing decks where attribution should persist across shared slides.
When to Use
Use when individual slides may be clipped, forwarded, or quoted outside the full deck.
When to Avoid
Avoid when a large logo on the title slide already establishes brand and repeated marks would feel heavy.
OPF Config Options
- Slide numbers
- Enabled
- Slide number format
- {current}
- Date format
- Not used
- Logo position
- bottom-left
- Legal line
- Not used
- Classification line
- Not used
- Header content
- Not used
- Footer content
- {companyName}
- Hide on title slide
- Yes
Best Practices
1
Keep the logo optically smaller than body text.
2
Use a monochrome mark unless brand rules require color.
3
Do not place logos in both header and footer on the same slide.
Related How-to Articles
OPF Config
headers-footers:brand-logo-footerOpen Presentation Format
{
"design": {
"layoutPreferences": {
"slideNumbers": true
},
"headersFooters": {
"pattern": "brand-logo-footer",
"slideNumberFormat": "{current}",
"dateFormat": null,
"logoPosition": "bottom-left",
"legalLine": null,
"classificationLine": null,
"header": null,
"footer": "{companyName}",
"hideOnTitleSlide": true
}
}
}Open in OPF Playground
Preview this config live at pptx.dev/playground.
Playground deep link: config=headers-footers:brand-logo-footer