Feedspace Home Dashboard

How to Use Custom CSS Option in Wall of Love

Last updated on October 30, 2025

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

  1. Log in to your Feedspace account.
  2. Navigate to Share → Pages.
  3. Select your Wall of Love page and click the Page Design tab.
  4. You’ll find customization options like button colors, borders, and text styles on the right-hand side.

Step 2 – Enable “Add Custom CSS”

  1. Scroll down the right panel until you see the option Add custom CSS.
  2. Toggle the switch ON to enable the feature.
  3. A text area will appear where you can write or paste your custom CSS code.
Enable Add Custom CSS Option

Step 3 – Add Your Custom CSS

Use this section to enter CSS that adjusts the style of your Wall of Love.
Example:

.feedspace-embed {
  font-family: 'Poppins', sans-serif;
  color: #2d2d2d;
}

.feedspace-embed .fs-content {
  font-size: 16px;
  line-height: 1.7;
}

This code changes the font to Poppins, sets a consistent text color, and improves readability.

Step 4 – Preview the Changes

  • After entering your CSS, the preview on the left side will update automatically.
  • Check both Desktop and Phone views to ensure the design looks good across devices.

Step 5 – Save Your Customizations

Once you’re satisfied with the result, click Save & Next in the top-right corner to apply the design changes to your Wall of Love.

Tips

  • You can use CSS to style buttons, card layouts, borders, text, or add hover effects.
  • Keep your CSS minimal to maintain fast load times.
  • If you make a mistake, simply clear the CSS area to revert to default styles.

You might also find helpful

How to Set Text Alignment Right-to-Left for Wall of Love

Overview If your Wall of Love page needs to support right-to-left (RTL) languages such as Arabic, Hebrew, or Urdu, you can easily adjust the alignment using the Custom CSS option inside Feedspace.This ensures all reviews, author names, and card content follow a natural right-to-left text flow. Step 1 – Open...

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...

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...