标签: php wordpress wordpress-plugin themes wordpress-theming
Wordpress的Twenty Fourteen主题中的一个丑陋的事情是所有标题都是大写的。如何禁用此大小写?
我希望此更改在child theme中完成,而不是在主题中完成,因此更新不会影响主题。
谢谢!
答案 0 :(得分:0)
将text-transform: uppercase;类中的text-transform: none;样式更改为.entry-title,将删除标题中的大小写。
text-transform: uppercase;
text-transform: none;
.entry-title