Overwrite Styling Theme on Individual Surveys

Overwrite the global styling theme for individual surveys to create unique styles for each survey.

Overwrite Styling Theme

  1. In the Survey Editor of the survey you want to style, navigate to the Styling tab:
Choose a link survey template
  1. Activate the Add Custom Styles toggle to override the default product styling:
Choose a link survey template
  1. Customize your survey's style as needed:
Choose a link survey template

Voila! just hit the save button to apply your changes. Your survey is now ready to impress with its unique look!

Overwrite CSS Styles for App & Website Surveys

You can overwrite the default CSS styles for the app & website surveys by adding the following CSS to your global CSS file (eg. globals.css):

Make sure that you do not change the CSS variable names as they are used by Formbricks to identify the CSS variables. You can change the values to your liking. We have filled in some sample values for you to change according to your desired appearance.

Overwrite Formbricks CSS

/* Formbricks CSS */
--fb-brand-color: red;
--fb-brand-text-color: white;
--fb-border-color: green;
--fb-border-color-highlight: rgb(13, 13, 12);
--fb-focus-color: red;
--fb-heading-color: yellow;
--fb-subheading-color: green;
--fb-info-text-color: orange;
--fb-signature-text-color: blue;
--fb-survey-background-color: black;
--fb-accent-background-color: rgb(13, 13, 12);
--fb-accent-background-color-selected: red;
--fb-placeholder-color: white;
--fb-shadow-color: var(--fb-brand-color);
--fb-rating-fill: rgb(13, 13, 12);
--fb-rating-hover: green;
--fb-back-btn-border: blue;
--fb-submit-btn-border: transparent;
--fb-rating-selected: black;

We have an example of this in our Demo project here.

Funky Survey Examples

  • Super Mario: I guess he won't let himself be limited by radio buttons and do all three things
Choose a link survey template
  • Hipster Living: Does your monstera get enough water?
Choose a link survey template
  • Windows XP: Hach, nostalgia. Made us wanna play Mafia.
Choose a link survey template
  • Whosagooooodbooooy: Things you've likely said to your dog.
Choose a link survey template

Was this page helpful?