-
Issue description:
When loading PNG files, some logos appear as they should whilst others show no detail at all? Is this to do with the file and the way it was created or something else? -
Link to the page with the widget in question:
2 Likes
Hi there, @NZ_Sailing_Trust ![]()
This issue occurs because of the Logo Custom Color setting, which applies the filter to all png images:
You can fix the issue using this code in the Custom CSS field on the Style tab of your widget’s settings:
img[src$="MArion-Ross-Memorial-Trust-Logo.png"],
img[src$="thumbnail_AMF-Logo.png"],
img[src$="GetAttachmentThumbnail.png"],
img[src$="LNZ-LGB-Partnership-Guidelines.png"] {
filter: none;
}
However, the issue may occur again if you add more logos to the widget. So, the best solution would be to add all logos in jpg format.
Please let me know if this explains things or if you have any questions left ![]()
1 Like

