

基本設定では、タイトルの入力、枠線、数字の色を設定できます。
ブロックより、画像の挿入、テキストの入力、リンク先の設定、リンク先の表示方法を設定できます。
ブロックは4つまで追加可能です。
ちょこっとコード
<section class="section-{{ section.id }}-padding color-{{ section.settings.section_color_scheme }}">
<div class="page-width">
<div class="ixt-25006_head">
<h2 class="ixt-25006_head-title">{{ section.settings.ixt-25006-title_text }}</h2>
</div>
<div class="ixt-25006__items--wrapper">
{%- assign item_count = section.blocks.size -%}