Q.トップページヘッダー画像上の文字のアニメーションをオフにできますか?
▼変更箇所イメージ

A.TCDテーマ>基本設定>カスタムCSSに下記CSSをご入力ください。
#header_slider .item.first_animate .catch span:nth-child(1){
-webkit-animation: none;
animation: none;
opacity: 1;
}
#header_slider .item.first_animate .catch span:nth-child(2){
-webkit-animation: none;
animation: none;
opacity: 1;
}
この記事は役に立ちましたか?
もし参考になりましたら、下のボタンで教えてください。
今後の記事作成の参考とさせて頂きます!