Hey guys
I have to change the background color on the Enfold – facebook widget. How can that be done? Couldn’t find it in the editor.
Thanks for the help.
Hi tcoach84!
Add this to your custom CSS.
.av_facebook_widget_wrap.av_facebook_widget_wrap_border_yes {
background: none repeat scroll 0 0 red !important;
}
Cheers!
Elliott