スライダーのアニメーション効果を切るには

スライダー画像の自動ズームイン/アウトのアニメーション効果を切りたい場合は、[外観]-[カスタマイズ] > [追加css]に、下記cssを記述するか、子テーマ内のstyle.css に、下記を記述してください。

 

.swiper-wrapper .swiper-slide-active img.slider-image {
-webkit-animation: none!important;
animation: none!important;
pointer-events: none;
}

 


※「子テーマ」とは

子テーマとは、テーマフォルダ名が、cp5-t00*-*****-***-child のように、後ろに、child がついたテーマを指します。