Comment to 'Embedly Color Format'
  • Hello @Devin Young !

    Embed.ly inserts its own HTML code with its styles so it's possible to change styles there only via Javascript. You may try to add the RAW block with the code like:

    <script>

     $("#cards .card .title").css("color", "white");

    </script>

    at the end of the Homepage.