How to remove testimonial sources icon from your Widget?

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

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.

Did this answer your question?