アイキャッチ画像と記事左上に表示されるカテゴリータグ(.post-list-cat)の非表示の方法について
-
下記2つを追加CSSにペーストしましたが、アイキャッチ画像と記事左上に表示されるカテゴリータグを非表示にすることが出来ません。
.post-list-cat {
display: none;
}.post-list-cat .cps-post .cps-post-header .cps-post-cat{
display: none;
}
WordPressのバージョン :
ご利用のサーバー名 :
PHPのバージョン :
OS :
ご利用のブラウザ :
該当サイトのURL :
-
@merry0818 さん
こんにちは!JIN運営チームのりょうたです。
この度はJINご利用いただき誠にありがとうございます。.cps-post .cps-post-header .cps-post-cat, .post-list-mag .post-list-item .post-list-inner .post-list-meta .post-list-cat, .post-list-mag3col .post-list-item .post-list-inner .post-list-meta .post-list-cat, .post-list-mag-sp1col .post-list-item .post-list-inner .post-list-meta .post-list-cat { display: none; }
どのレベルまで対応するかにもよりますが、上記で消すことができるかと思います。
お手数お掛け致しますが、宜しくお願い致します。
-
ありがとうございます!
削除することが出来ました。
迅速な対応感謝いたします。