Please see private content
Hey satucker,
The first badge is not showing because the site it is hosted on is not https, and yours is.
to correct, host the image on your site.
The second badge is creating a table on top of a background image, but they have not declared the background so enfold wants to fill it in as white. To correct, try adding this code in the General Styling > Quick CSS field:
.large_super_lawyers_badge table,.large_super_lawyers_badge tr:nth-child(even),.large_super_lawyers_badge tr:nth-child(odd),.large_super_lawyers_badge tr th:first-child,large_super_lawyers_badge tr td:first-child {
background-color: transparent !important;
}
Best regards,
Mike