diff --git a/sections/Image-With-Keypoints.liquid b/sections/Image-With-Keypoints.liquid index a4f2342..e0a434d 100644 --- a/sections/Image-With-Keypoints.liquid +++ b/sections/Image-With-Keypoints.liquid @@ -9,14 +9,14 @@ #shopify-section-{{ section.id }} .image-with-keypoints-wrap>.row:nth-child(1) h2 { - font-family: {{ section.settings.font_title.family }}; - font-weight:{{ section.settings.font_title.weight }}; - font-style:{{ section.settings.font_title.style }}; - font-size:{{ section.settings.fontsize_title }}px; + font-family: {{ section.settings.font.family }}; + font-weight:{{ section.settings.font.weight }}; + font-style:{{ section.settings.font.style }}; color:{{ section.settings.color_title }}; } + #shopify-section-{{ section.id }} { background-size: cover; @@ -554,4 +554,4 @@ min-height:100%; {% endstylesheet %} {% javascript %} -{% endjavascript %} \ No newline at end of file +{% endjavascript %}