How to make post background transparent

How can I make the background of the Facebook post itself transparent?

2 Likes

Hi there, @REF_NED_POWER-ROCK-B and welcome to the Community :waving_hand:

Please add this code to the Custom CSS field on the More tab of your widget’s settings and let me know if it helped :slightly_smiling_face:

.eapps-facebook-feed-posts-item{
  background: rgba(0, 0, 0, 0);
}

To make this code work, please remove this line from your code:

1 Like

Many thanks… it works perfect!!!

Now if I want all text to be shown in font “Abel”, how can I do this?

1 Like

Great! Here is the code to change the font of all elements :wink: - Change font of all the elements

Hey Max

I already tried that, but that doesn’t work with the font family “Abel”.

Could you please send me a link to the page, where your widget is installed? I’ll be happy to check it for you :slightly_smiling_face:

I’using other widgets by Elfsight… an all others work with “Abel”…

1 Like

Thanks!

Unfortunately, due to the peculiarities of the Wix platform, our app supports a limited number of fonts here. However, we’ve got a solution!

Please follow the steps described in this article and let me know if it helped :slightly_smiling_face: - How to change the font of the widget on Wix - Elfsight Help Center

1 Like