Warning: Undefined variable $post in /home/syotaro/for-men.jp/public_html/wp-content/themes/sango-theme-poripu/functions.php on line 12

Warning: Attempt to read property "ID" on null in /home/syotaro/for-men.jp/public_html/wp-content/themes/sango-theme-poripu/functions.php on line 12

画像のキャプションをスッキリさせる

画像の下に表示されるキャプションをカスタマイズする


Warning: Undefined array key 4 in /home/syotaro/for-men.jp/public_html/wp-content/themes/sango-theme-poripu/library/functions/prp_content.php on line 21

Warning: Undefined array key 4 in /home/syotaro/for-men.jp/public_html/wp-content/themes/sango-theme-poripu/library/functions/prp_content.php on line 33
Before

キャプション変更前の画像

After
テスト画像

ここにキャプション

[kjk_temp id=”2523″]

カスタマイズする準備

[kjk_temp id=”3370″]

カスタマイズのコード

コメントあり

/*--------------------------------------
  キャプションを変更
--------------------------------------*/
.entry-content .wp-caption {
max-width: 100%;/*画像の幅をいっぱいに*/
margin: 0;/*外側の余白なし*/
padding: 0;/*内側の余白なし*/
border: none; /* 枠線を消す */
}
.entry-content .wp-caption p.wp-caption-text {
margin-top: 0.2em; /* 画像との余白 */
font-size: .7em; /* キャプションの文字の大きさ */
text-align: right; /* 右揃え */
}

コメントなし

/*--------------------------------------
  キャプションを変更
--------------------------------------*/
.entry-content .wp-caption {
max-width: 100%;
margin: 0;
padding: 0;
border: none;
}
.entry-content .wp-caption p.wp-caption-text {
margin-top: 0.2em;
font-size: .7em;
text-align: right;
}
[kjk_ab id="4"]

うまくいったか確認

[kjk_temp id=”3406″]

まとめ・雑談

まとめ

[kjk_balloon id=”2″]キャプションを入れてもデザインが崩れなくていいですよ![/kjk_balloon]