PAK93_aozoraninobirusakura20140405_TP_V

wordpressで見出しが大文字になってしまう対処法

テーマの編集から .entry-title の text-transform を uppercase → none に修正することで解決

.entry-title {
font-size: 33px;
font-weight: 300;
line-height: 1.0909090909;
margin-bottom: 12px;
margin: 0 0 12px 0;
/* text-transform: uppercase */
text-transform: none;
}

 

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です