Customizing Header, Banner, and Footer

Step-by-step instructions to add your custom header, banner, and footer to your Partner Fleet marketplace for a seamless branded experience.

Add your website’s header, homepage banner, and footer to a Partner Fleet marketplace while keeping their styling separate from Partner Fleet’s built-in design.

Prerequisites

  1. Log in to your Partner Fleet Admin Dashboard.
  2. Prepare the HTML for the header, banner, and footer you want to display.
  3. Prepare any CSS and scripts that your custom elements require.

Add your custom code

  1. In the Admin Dashboard, go to Marketplace.
  2. Select Advanced next to Edit.
  3. Add your code to the appropriate field in the Advanced modal.
  4. Select Save.

The Advanced modal includes these fields:

FieldUse it for
Custom CSSStyling Partner Fleet marketplace elements, such as cards, CTA buttons, and forms.
Header HTMLYour complete website header markup, including navigation menus and dropdowns.
Banner HTMLThe homepage banner markup. This banner appears on the marketplace homepage only, not on listing pages.
Footer HTMLYour website footer markup and scripts required for dynamic behavior or mobile animations.
Custom Header & Footer CSSStyling the header, banner, and footer that you add to the marketplace.

Prevent CSS conflicts

Use distinct CSS selectors for your custom code so it does not conflict with existing website or marketplace styles.

  • Prefix selectors that modify Partner Fleet platform styles with .partnerfleet.
  • Prefix classes for your custom header, banner, and footer with your company name or subdomain, such as .yoursubdomain.

Configure responsive behavior

Partner Fleet is responsive across screen sizes and browsers. Place responsive styling according to what you are changing:

  • Add responsive changes for Partner Fleet content in Custom CSS.
  • Add responsive changes for your custom header, banner, and footer in Custom Header & Footer CSS.

Verify your changes

  1. Visit your marketplace and confirm that the header, banner, and footer display as expected.
  2. In the Admin Dashboard, select Clear Cache to make the updates appear immediately.
  3. Hard refresh the marketplace in your browser:
    • Windows or Linux: Ctrl + Shift + R
    • Mac: Cmd + Shift + R

Optional: Use the PDF version

Open the original step-by-step PDF guide if you need the source document.


Did this page help you?