Add Appearance tab for Facebook Feed

Hi @Draxeiro :wave:

Yeah, your ideas sound reasonable! I’ve drawn our dev’s team attention to this request, and I hope they will find it possible to include it in one of the near updates :slightly_smiling_face:

  1. To change the widget’s border radius, please try to use this solution

  2. If you want to remove the borders and make the background transparent, this code should do the trick for you

  3. These CSS codes will help you change the widget’s background color and the background color of all posts

  4. Use this code to change the color of the Share button:

global-styles,
:root {
  --share-button-background: #e46ece;
}
.eapps-facebook-feed-posts-item-footer-share {
  background-color: var(--share-button-background) !important;
}

Check it out and let me know if it helped :wink: