Add Border to the widget's container

Add this code to the Custom CSS field on the Appearance tab of your Social Feed widget’s settings:

.global-styles, #eapps-social-feed-WIDGET-ID {
  border: 1px solid #ddd;
  border-radius: 3px; !important;
}

Do not forget to replace WIDGET-ID in the 1st line of the code with your widget ID

1 Like

Thank you for sharing your solution, @Sina :+1:

This code actually works, but it adds a border to the widget’s container, so I’ve adjusted the post title.

1 Like

@Max you’re doing it right and correct me.

In the dashboard setting I can set the “Background” not the “widget container” . :wink:

elfsight.social-feed-border

Sure, it’s a widget container, but that’s all.

1 Like