- EC-CUBE
- 4.0.5
- サーバーOS
- Linux xserver.jp
- DBサーバー
- MySQL 10.5.11-MariaDB-log
- WEBサーバー
- Apache
- PHP
- 7.4.13
コンテンツ管理>ブロック管理>ロゴ
logo.twig
<div class="ec-headerTitle"> <div class="ec-headerTitle__title"> <h1> <a href="{{ url('homepage') }}"> {{ BaseInfo.shop_name }} </a> </h1> </div> </div>
コンテンツ管理>CSS管理
/* カスタマイズ用CSS */ .ec-headerTitle .ec-headerTitle__title a { font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif; font-size: 32px; font-style: normal; font-variant: normal; font-weight: normal; color: #1F4E79; } .ec-headerTitle .ec-headerTitle__title a span { font-size: 37.34px; color: #2E75B6; }