
基本設定から、セクション幅・配色・コンテンツ内の背景色・タイトルの配置・コンテンツの配置を設定できます。
コンテンツ設定では、タイトルの入力・タイトルの色・タイトルの文字サイズ・コンテンツの入力・コンテンツの色が設定できます。
ボーダー設定では、ボーダーの太さ・ボーダーの種類・ボーダーの色を設定できます。
ちょこっとコード
<section class="section-{{ section.id }}-padding color-{{ section.settings.section_color_scheme }}">
<div class="page-width">
<div class="c_txt25007">
<div class="c_txt25007__wrapper">
<h4> class="c_txt25007__title">{{ section.settings.txt-007_title }}</h4>
<div> class="c_txt25007__content">{{ section.settings.txt-007_content }}</div>
</div>