この記事は最終更新から1年以上経過しています。現在の仕様や情報と異なる場合がありますので、ご注意ください。
ソース
functions.php
add_editor_style();
add_editor_style("editor-style.css");;CSS
wp-content/themes/テーマフォルダ/editor-style.css
例
h3{
margin: 16px 0px;
border-bottom: 1px dotted #ddd;
padding: 16px 0;
}