Hi @Draxeiro
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
-
To change the widget’s border radius, please try to use this solution
-
If you want to remove the borders and make the background transparent, this code should do the trick for you
-
These CSS codes will help you change the widget’s background color and the background color of all posts
-
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