Widgets

How to remove testimonial sources icon from your widget?

This article explains how to remove testimonial sources from your testimonial sources.

This is applicable for paid plans only: Starter and Pro.

You can hide the source icon of the testimonial (i.e Google, Facebook, X etc) using our custom CSS feature. This allows you to control what to display in your widget.

Add the following custom CSS to your project settings.

.sj-integration-fixed-icon {
  display: none !important;
}

Plan requirements

Custom CSS is only available on any of our paid plans. Visit our pricing page for more details: https://senja.io/pricing.

Was this helpful?