To style the skeleton loader, you will need to just add some code to your site and target this class: .cg-skeleton-base
We recommend doing this by going to your Webflow project settings > Custom Code and adding:
<style>
.cg-skeleton-base {
INSERT CSS STYLES HERE
}
</style>