Hello,
Try to add the below css in Theme Setting > CUSTOM CSS > Global Custom CSS:
.wd-social-icons .social-facebook .wd-icon:before {
content: "" !important;
background-image: url('https://via.placeholder.com/150');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 50px; /* Adjust size as needed */
height: 50px; /* Adjust size as needed */
display: inline-block;
}
Please change the image URL. You can upload your desired image to the media library in WordPress and copy the link to replace the dummy URL.
Best Regards