Feedspace Home Dashboard

How to Use Custom CSS in Feedspace Widgets

Last updated on June 19, 2026

Overview

Feedspace lets you apply Custom CSS to any widget directly from the widget editor. Use it to adjust fonts, colors, spacing, and typography to match your website’s design.

Step 1: Open widget settings

  1. Log in to your Feedspace account.
  2. Click Widgets in the left sidebar.
  3. Click the Pencil (Edit) icon on the widget card to open the editor.
  4. Click the Design tab.

Step 2: Access the Custom CSS option

  1. In the settings panel on the right, scroll down to the Advanced Customization section.
  2. Turn on the Custom CSS toggle.
  3. A text area appears where you can enter your CSS code (max 1500 characters).
Enable Add Custom CSS Option

Step 3: Add your custom CSS

Enter or paste your CSS code into the box to style your widget elements.

Example:

.feedspace-review-content {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
}

This snippet changes the font to Montserrat, increases the text size, and makes the review text bolder for better readability.

Step 4: Preview the design

  • The preview on the left side updates automatically as you make CSS changes.
  • You can switch between Desktop and Phone views to ensure your widget looks perfect on all devices.

Step 5: Save and apply

Once you’re satisfied with the design, click Save and Next in the top-right corner to apply your custom styles.

Tips

  • Use CSS to modify fonts, text colors, star icons, spacing, and more.
  • Keep the CSS minimal to maintain widget responsiveness.
  • If something doesn’t look right, simply clear your CSS box to revert to default styling.

You might also find helpful

How to Set Text Alignment Right-to-Left for Widget

Overview If your Feedspace widget needs to support right-to-left (RTL) languages such as Arabic or Hebrew, you can easily change the text direction by adding a simple CSS rule in the widget customization panel.This ensures that all reviews, text content, and layout elements align properly for RTL reading flow. Step...

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 Custom CSS”...

How to Use Custom CSS in Feedspace Review Forms

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 Step 2:...