返信先: 「タグ」の検索結果一覧の表示について
フォーラム › テンプレート(テーマ) › 「タグ」の検索結果一覧の表示について › 返信先: 「タグ」の検索結果一覧の表示について
2018年1月18日 11:41 AM
#85035
welcart
キーマスター
症状のほう確認させていただきました。
次期バージョンにて修正させていただきますので、
お急ぎの場合は、お使いのテーマ(Welcart Carina)内の「style.css」に
以下のスタイルを記述ください。
wp-content/themes/welcart_basic-carina/
style.css 883行目あたり
.item-content .itemsoldout {
position: absolute;
color: #fff;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 18px;
background-color: rgba(0,0,0,0.6);
text-align: center;
letter-spacing: 2px;
z-index: 2;
}
.item-content .itemsoldout .inner {
position: absolute;
font-weight: normal;
top: 50%;
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
上記のスタイルを追記ください。
どうぞよろしくお願いいたします。