diff --git a/src/wmcads/components/content-card/_content-card.njk b/src/wmcads/components/content-card/_content-card.njk
index 758fae6e..848bfb33 100755
--- a/src/wmcads/components/content-card/_content-card.njk
+++ b/src/wmcads/components/content-card/_content-card.njk
@@ -7,23 +7,23 @@
{# HTML content #}
{% set html = params.html if params.html else "
-
Where the adventure starts
-
Whatever your plans this holiday, get there with our great range of family tickets and discount vouchers.
+
Lorem ipsum dolor sit amet
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
" %}
{# This macro checks if it's being called inside a {% call %} tag #}
{# It's an easier way to pass in larger html content #}
-<{{tag}}{{attributes | safe}} class="wmcads-content-card{{" blue" if params.isCta else "" }}">
+<{{tag}}{{attributes | safe}} class="wmcads-content-card{{"--blue" if params.isCta else "" }}">
{% if(params.src) %}
-
+
{% endif %}
{% if(params.isCta) %}