You need to sign in to do that
Don't have an account?
Andrew Smith 40
Copy Napili header and footer into custom layout
Like the title says, I've created a custom layout (in the dev console: file > new > lightning component > aura:component implements="forceCommunity:themeLayout") Refer to: https://developer.salesforce.com/docs/atlas.en-us.204.0.lightning.meta/lightning/components_config_for_builder_theme_layout.htm?search_text=layout
I'd like to mimic, or clone the header and footer areas of the Napili template (with slight modifications). Or, at least - I'd like to include the logo and background image in the header... Does anyone know how to make this possible?
Any advice is appreciated, thanks!
I'd like to mimic, or clone the header and footer areas of the Napili template (with slight modifications). Or, at least - I'd like to include the logo and background image in the header... Does anyone know how to make this possible?
Any advice is appreciated, thanks!
Community builder > page properties (cog icon) > Theme Layout Type
Did you find a way to solve this?
All my other pages are set to Home, which has the search and Login components. I want to create some new pages where there is no header at all.
Anyway to get this done, I'm open ears. I tried custom CSS to hide the Header element, but that hides for ALL pages.