代码之家  ›  专栏  ›  技术社区  ›  The Quantum Physicist

如何在Wordpress中删除十四个主题中的大写字母

  •  2
  • The Quantum Physicist  · 技术社区  · 11 年前

    Wordpress的“十四个主题”中有一个丑陋的地方,那就是所有的标题都是大写的。如何禁用此大写?

    我希望在 child theme 而不是在主主题中,因此更新不会影响主主题。

    谢谢

    1 回复  |  直到 4 年前
        1
  •  2
  •   Howli    11 年前

    更改 text-transform: uppercase; 样式设置为 text-transform: none; .entry-title 类别,将删除标题中的大写。

    推荐文章