If you signed up before Aug 9, 2021, please click Previous plans to view your applicable plans.

Freshdesk provides extensive customization options, enabling you to personalize the look and feel of your customer portals using themes. 

You can use the basic styling options to modify the colors and fonts of different sections of your portal. Additionally, you can use the advanced code editor to personalize and perform custom design changes to each and every part of your portal. For example, you can design how the buttons, forms, filters, and articles should look on your portal.


For a general overview of portals, see Overview of Freshdesk Portals.


This article contains:

This article contains:

Understanding themes

The default Freshdesk portal is designed using the Marina theme. When you sign up for a Freshdesk account, you will see a primary portal enabled with the Marina theme.  


Here's a list of theming options available:

  • Default theme: Marina is the default Freshdesk theme used for portals. You can clone and modify the theme to change the portal colors and fonts. You can also use the code editor to modify specific sections of the portal, such as the Solutions, Home, Header, and Footer pages/sections.

  • Mint theme: This is the classic Freshdesk theme which is no longer supported for new signups. If you are using the Mint theme, you can easily switch to the Marina theme and get the benefits of advanced features in Marina.

  • Import theme: You can design your own theme and import it into Freshdesk and use the editor to customize the pages and sections. Alternatively, you can download an existing theme from Freshdesk, make changes locally, and then import it again.
    Note: Only .zip files can be imported.
A few things to note: 
  • If you are an existing customer using the Freshdesk Portal without any theme customizations, you can quickly switch to the new Marina theme. 
  • If you are an existing customer using a customized theme for the portal, ensure to make changes to your current theme using the Code Editor after switching to Marina. Since the new Marina theme uses a different layout, elements and classes, the same CSS or HTML used on the older version will be invalid. To resolve this, redo the customizations on the Code Editor.



View and access themes

  1. Log in to your account as an admin.
  2. Go to Admin > Portals and click edit next to any portal.
  3. Switch to the Appearance tab.
  4. Here you can see your current Live theme and all other available themes. On the right pane, you can preview the theme on the portal.
    Note: If you are an existing customer using the Mint theme, you will see the Mint theme as your current live theme.
  5. Click on the three dots at the bottom of the theme to access various options:
    • View on portal: Preview the portal theme on a new tab.
    • Download: Use this option to download an existing theme and reuse the same code to make changes to the new portal theme. The downloaded theme will be sent as a .zip format to your email address.
    • Rename: Lets you rename the portal. Note that you cannot rename the live Freshdesk theme.
    • Clone: Clone and modify an existing theme.
    • Delete theme: Delete the theme. Note that you cannot delete the live theme.
  6. As you click on a theme, you can view the preview on the right pane.


Tip. If you already use multiple portals with customizations, you can dowload an existing theme

Customize portal appearance

A portal's look and feel or appearance includes the colors, fonts, logos, and the layout of each section of your portal. With themes, you can design and personalize each component, such as the Home page or Knowledge Base section, and create a visually enriched portal to enhance user experience.


To customize the portal appearance:

  1. Go to Admin > Portals and click edit next to any portal.
  2. Switch to the Appearance tab.
  3. On the Appearance tab, choose the theme you want to edit. If you want to edit a live theme, click Clone & Edit theme. To change other available non-live themes, click Edit theme.
  4. You will be redirected to the customization page.
    This includes the following tabs:
    • Customise portal: Perform basic branding changes like modifying the colors and fonts of your portal sections.
    • Pages: Perform advanced customization and personalize the layout of each page/section of your portal using the code editor. For more information, see 
  5. See the sections below for more details. 


Customize portal (basic branding of colors and font)

Freshdesk enables you to effortlessly modify the colors and fonts of your portal without any coding. The user-friendly color pallets allow you to easily modify the colors and fonts of the most important sections of your portal to match your branding preferences. You can use the available brand colors or add the HEXCODE.

Brand colors

You can customize the colors for the following sections using the pallet:

  • Primary color: Includes colors for headers, buttons, and navigational elements.
  • Body elements: Includes Body color, link color (hyperlinks on the body), hover state (color of the hyperlink when you hover over)
  • Header and footer elements: Includes Header color, Text color, footer color, header text color.

More colors

To customize the colors for more sections, click More colors. Here, you can modify the colors for cards, tabs, and form elements:


Change Portal fonts

To modify the fonts of headings and body, click Portal Fonts and change the fonts.

Once you have made all the changes, click Save and Publish. You can also preview the changes before publishing. To reset the changes, click Reset.


Customize pages (Advanced customization using editor)

In addition to the basic color and font customization, you can perform advanced portal CSS customization via the Freshdesk in-built code editor. For more details, see Advanced Portal Layout Changes.