Feedspace Home Dashboard

How to Use Custom CSS in Feedspace Review Forms

Last updated on October 30, 2025

Overview

Feedspace gives you the flexibility to fully personalize your Review Forms using the Custom CSS feature.
With this option, you can change the font style, colors, button design, and spacing to match your brand’s visual identity and enhance your form’s overall appearance.

Step 1 – Open Review Form Settings

  1. Log in to your Feedspace account.
  2. Go to the Forms section and select the form you want to edit.
  3. Select the form you want to customize.
  4. Click the Settings tab at the top.

Step 2 – Locate the Advanced CSS Option

  1. Scroll down to find the Advance CSS section on the right panel.
  2. Enable the toggle next to Add custom CSS to activate the feature.
  3. A text box will appear where you can enter your CSS code (up to 500 characters).
Enable Add Custom CSS Option

Step 3 – Add Your Custom CSS

Enter or paste your CSS code to modify the look of your review form.

Example:

.feedspace-box-title {
  font-size: 26px;
  font-weight: 700;
  color: #1a73e8;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

This sample CSS customizes the form title — increasing its size, changing the color to blue, adding spacing, and making it bold for better visibility.

Step 4 – Preview Your Form

  • Once you’ve added your custom CSS, check the live preview on the left side of your screen.
  • You can switch between Desktop and Phone views to ensure the form looks consistent across all devices.

Step 5 – Save and Share

When satisfied with your design changes, click Save & Share in the top-right corner to publish your customized review form.

Tips

  • Use CSS to style headings, text, buttons, or adjust spacing.
  • Always test your form on multiple devices to ensure design consistency.
  • If something doesn’t look right, simply clear the CSS box to revert to default styling.

You might also find helpful

How to Set Text Alignment Right-to-Left for Review Form

Overview If your review form needs to support right-to-left (RTL) languages such as Arabic or Hebrew, you can easily adjust the text alignment using Custom CSS in Feedspace.This ensures that all form elements — including labels, placeholders, and input fields — align properly for RTL reading flow. Step 1 –...

How to Use Custom CSS in Feedspace Widgets

Overview Feedspace allows you to fully customize your Widgets using the Custom CSS feature.This option helps you match your review widget with your website’s design by adjusting colors, typography, and spacing — ensuring a seamless, branded look. Step 1 – Open Widget Settings Step 2 – Access the Custom CSS...

How to Use Custom CSS Option in Wall of Love

Overview Feedspace gives you the flexibility to customize the look and feel of your Wall of Love using Custom CSS.This feature allows you to personalize font styles, colors, spacing, and other design elements to match your brand identity. Step 1 – Go to Page Design Step 2 – Enable “Add...